]> granicus.if.org Git - clang/commitdiff
Fix indentation.
authorMike Stump <mrs@apple.com>
Fri, 8 Jan 2010 19:28:41 +0000 (19:28 +0000)
committerMike Stump <mrs@apple.com>
Fri, 8 Jan 2010 19:28:41 +0000 (19:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93023 91177308-0d34-0410-b5e6-96231b3b80d8

utils/VtableTest/gen.cc

index e9a9eb41465ead94e2ddbe911ffdbfd3596caaad..0f586e5918a3b2ae8b45757fdb285baf32b9fb1b 100644 (file)
@@ -177,7 +177,7 @@ void gs(int s) {
         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;