Menu

#4 Formatting do-while()

open
nobody
None
5
2005-01-27
2005-01-27
Anonymous
No

I'll try to format the do-while block in the following
manner:

...
do {
...
} while (...);
...

But it doesnt work when using the switch (see doc):
-stmt_brace_style-2

I always get a block like

...
do
{
...
} while (...);
...

Best regards,
Sven

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.