aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2010-01-08 19:28:41 +0000
committerMike Stump <mrs@apple.com>2010-01-08 19:28:41 +0000
commita8ae9f8c8a4972b5c5ef9385393486363a574f7f (patch)
treece6e4ca0a29621feab2289a62e1696584b50ecb7
parent3d3744ca7db2fc797a187bd45ffb595b08a99836 (diff)
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93023 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--utils/VtableTest/gen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/VtableTest/gen.cc b/utils/VtableTest/gen.cc
index e9a9eb4146..0f586e5918 100644
--- a/utils/VtableTest/gen.cc
+++ b/utils/VtableTest/gen.cc
@@ -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;