fixed lots of warnings in testprograms
[libfirm] / ir / be / test / HelloWorld.c
index f1c3f27..d65dbb7 100644 (file)
@@ -11,5 +11,5 @@
 int main (int argc, char *argv[]) {
     printf("HelloWorld.c\n");
     printf("  Hello World!\n");
-               return 0;
+       return 0;
 }