1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 03:45:35 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2012-02-15 21:24:16 -08:00
parent e5b6278940
commit 1a8fd78cb0

View file

@ -417,15 +417,15 @@ public class StatementWriter extends NodeWriter {
} }
/** /**
* Write no new Line after the next Compound-Statement * Write no new Line after the next compound statement
*/ */
protected void nextCompoundNoNewLine() { protected void nextCompoundNoNewLine() {
compoundNoNewLine = true; compoundNoNewLine = true;
} }
/** /**
* Indent one time more at the end (before the closing Brackets) * Indent one time more at the end (before the closing brackets)
* of a Compound-Statement * of a compound statement
*/ */
protected void nextCompoundIndentationLevelOneMore() { protected void nextCompoundIndentationLevelOneMore() {
decrementIndentationLevelOneMore = true; decrementIndentationLevelOneMore = true;