Fix PR2096, a regression introduced with my patch last night. This
[oota-llvm.git] / test / CFrontend / 2002-05-23-StaticValues.c
index 79d46ae8ab0c6ee8f7e7075af578e33aea94fc84..bf583e203d35c79d03cef2e05356d7701ba9bb62 100644 (file)
@@ -10,6 +10,6 @@ static void foo(int Z) {
 }
 
 void *test() {
-       foo(12);
-       return &Y;
+  foo(12);
+  return &Y;
 }