Small output formatting fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov 2008-05-06 17:27:15 +00:00
parent c74bfc946d
commit ee628d93aa

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);