mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +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() {
|
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue