1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2012-03-05 18:50:21 -08:00
parent e83675fdce
commit a88fc6d3b5

View file

@ -348,9 +348,9 @@ public class Scribe {
}
public Alignment createMemberAlignment(String name, int mode, int count, int sourceRestart) {
Alignment mAlignment= createAlignment(name, mode, Alignment.R_INNERMOST, count, sourceRestart);
mAlignment.breakIndentationLevel= indentationLevel;
return mAlignment;
Alignment alignment= createAlignment(name, mode, Alignment.R_INNERMOST, count, sourceRestart);
alignment.breakIndentationLevel= indentationLevel;
return alignment;
}
public void enterAlignment(Alignment alignment) {