mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Cosmetics.
This commit is contained in:
parent
e5b6278940
commit
1a8fd78cb0
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue