Get rid of indentation tabs in the test scripts and have runtest.py invoke them with...
[scons.git] / test / CXX / SHCXXFLAGS.py
index 38feca1d9896178d6166ebb532c711d800595580..049be6cf895fe41d3cfad932697b4bd025b94f93 100644 (file)
@@ -85,10 +85,10 @@ extern "C" void
 doIt()
 {
 #ifdef FOO
-       printf("prog.cpp:  FOO\n");
+        printf("prog.cpp:  FOO\n");
 #endif
 #ifdef BAR
-       printf("prog.cpp:  BAR\n");
+        printf("prog.cpp:  BAR\n");
 #endif
 }
 """)