1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +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() {
compoundNoNewLine = true;
}
/**
* Indent one time more at the end (before the closing Brackets)
* of a Compound-Statement
* Indent one time more at the end (before the closing brackets)
* of a compound statement
*/
protected void nextCompoundIndentationLevelOneMore() {
decrementIndentationLevelOneMore = true;