Small output formatting fix.

llvm-svn: 50739
This commit is contained in:
Mikhail Glushenkov 2008-05-06 17:27:15 +00:00
parent 2709e1a2c9
commit 7ed45e2261
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ void EmitToolClassDefinition (const ToolProperties& P, std::ostream& O) {
O << "JoinTool";
else
O << "Tool";
O << "{\npublic:\n";
O << " {\npublic:\n";
EmitNameMethod(P, O);
EmitInOutLanguageMethods(P, O);