Blank line after function definition.
This commit is contained in:
parent
ae7c1f98d9
commit
c326de1131
|
@ -167,7 +167,7 @@ void Function::emit(std::ostream &stream, int indent) {
|
||||||
args->emit(stream);
|
args->emit(stream);
|
||||||
stream << ") {\n";
|
stream << ") {\n";
|
||||||
body->emit(stream, indent + 1);
|
body->emit(stream, indent + 1);
|
||||||
stream << "}\n";
|
stream << "}\n\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
void Main::emit(std::ostream &stream, int indent) {
|
void Main::emit(std::ostream &stream, int indent) {
|
||||||
|
|
Reference in New Issue
Block a user