1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Small output formatting fix.

llvm-svn: 50739
This commit is contained in:
Mikhail Glushenkov 2008-05-06 17:27:15 +00:00
parent 68908552ae
commit 839e3445a1

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