This commit is contained in:
Hackerpilot 2015-08-10 16:19:43 -07:00
parent 6fb035ff8b
commit 47a972693d
4 changed files with 30 additions and 0 deletions

View File

@ -310,7 +310,13 @@ private:
write(" ");
}
else if (!currentIs(tok!"{"))
{
if (currentIs(tok!")") && indents.topIs(tok!","))
indents.pop();
else if (peekBack2Is(tok!",") && !indents.topIs(tok!","))
indents.push(tok!",");
newline();
}
}
else
newline();

View File

@ -0,0 +1,8 @@
void foo(int foobarbazqux1, /* */
int foobarbazqux2, /* */
int foobarbazqux3, /* */
int foobarbazqux4, /* */
int foobarbazqux5, /* */
int foobarbazqux6, /* */
int foobarbazqux7 /* */
);

8
tests/issue0162.d Normal file
View File

@ -0,0 +1,8 @@
void foo(int foobarbazqux1, /* */
int foobarbazqux2, /* */
int foobarbazqux3, /* */
int foobarbazqux4, /* */
int foobarbazqux5, /* */
int foobarbazqux6, /* */
int foobarbazqux7 /* */
);

View File

@ -0,0 +1,8 @@
void foo(int foobarbazqux1, /* */
int foobarbazqux2, /* */
int foobarbazqux3, /* */
int foobarbazqux4, /* */
int foobarbazqux5, /* */
int foobarbazqux6, /* */
int foobarbazqux7 /* */
);