aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;