Skip to content

Commit 1acebb6

Browse files
committed
refactor: fix alignment
1 parent a07705f commit 1acebb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/cppfront.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4132,9 +4132,9 @@ class cppfront
41324132
//
41334133
auto emit(
41344134
parameter_declaration_list_node const& n,
4135-
bool is_returns = false,
4136-
bool is_template_parameter = false,
4137-
bool emit_identifier = true
4135+
bool is_returns = false,
4136+
bool is_template_parameter = false,
4137+
bool emit_identifier = true
41384138
)
41394139
-> void
41404140
{

0 commit comments

Comments
 (0)