summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-03-19 07:31:52 +0000
committerTed Kremenek <kremenek@apple.com>2008-03-19 07:31:52 +0000
commitc6a8352820db241c178a5a8c1ac365e87dca1e1e (patch)
treeee774d48ac350f3d7451b7b36fdab5f3ecff4a6a /clang/test
parentab7872c06c0629ae50ea4e50eee81cde27186406 (diff)
downloadbcm5719-llvm-c6a8352820db241c178a5a8c1ac365e87dca1e1e.tar.gz
bcm5719-llvm-c6a8352820db241c178a5a8c1ac365e87dca1e1e.zip
Convert tabs to spaces.
llvm-svn: 48539
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Analysis/dead-stores.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/clang/test/Analysis/dead-stores.c b/clang/test/Analysis/dead-stores.c
index 54e89ea5c3b..08507553f9d 100644
--- a/clang/test/Analysis/dead-stores.c
+++ b/clang/test/Analysis/dead-stores.c
@@ -2,8 +2,8 @@
void x() {
int k, y;
- int abc=1;
- long idx=abc+3*5; // expected-warning {{value stored to variable is never used}}
+ int abc=1;
+ long idx=abc+3*5; // expected-warning {{value stored to variable is never used}}
}
void a(void *b) {
@@ -13,9 +13,9 @@ void a(void *b) {
}
void z() {
- int r;
- if ((r = f()) != 0) { // no-warning
- int y = r; // no-warning
- printf("the error is: %d\n", y);
- }
+ int r;
+ if ((r = f()) != 0) { // no-warning
+ int y = r; // no-warning
+ printf("the error is: %d\n", y);
+ }
}
OpenPOWER on IntegriCloud