[cfe-commits] r93023 - /cfe/trunk/utils/VtableTest/gen.cc

Mike Stump mrs at apple.com
Fri Jan 8 11:28:41 PST 2010


Author: mrs
Date: Fri Jan  8 13:28:41 2010
New Revision: 93023

URL: http://llvm.org/viewvc/llvm-project?rev=93023&view=rev
Log:
Fix indentation.

Modified:
    cfe/trunk/utils/VtableTest/gen.cc

Modified: cfe/trunk/utils/VtableTest/gen.cc
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/VtableTest/gen.cc?rev=93023&r1=93022&r2=93023&view=diff

==============================================================================
--- cfe/trunk/utils/VtableTest/gen.cc (original)
+++ cfe/trunk/utils/VtableTest/gen.cc Fri Jan  8 13:28:41 2010
@@ -177,7 +177,7 @@
         continue;
       }
 
-      printf("// Found we needed override for fun%d in s%d.\n", fn, s);
+      printf("  // Found we needed override for fun%d in s%d.\n", fn, s);
 
       // record the final override
       funcs[n_funcs++] = fn;





More information about the cfe-commits mailing list