mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Cosmetics.
This commit is contained in:
parent
14199fcfa3
commit
a38e6e30f5
1 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ public class Alignment {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// backtrack only once all fragments got checked
|
// backtrack only once all fragments got checked
|
||||||
if (this.needRedoColumnAlignment && this.fragmentIndex == this.fragmentCount-1) { // alignment too small
|
if (this.needRedoColumnAlignment && this.fragmentIndex == this.fragmentCount - 1) { // alignment too small
|
||||||
// if (CodeFormatterVisitor.DEBUG) {
|
// if (CodeFormatterVisitor.DEBUG) {
|
||||||
// System.out.println("ALIGNMENT TOO SMALL");
|
// System.out.println("ALIGNMENT TOO SMALL");
|
||||||
// System.out.println(this);
|
// System.out.println(this);
|
||||||
|
@ -410,7 +410,7 @@ public class Alignment {
|
||||||
.append(i)
|
.append(i)
|
||||||
.append(": ") //$NON-NLS-1$
|
.append(": ") //$NON-NLS-1$
|
||||||
.append("<break: ") //$NON-NLS-1$
|
.append("<break: ") //$NON-NLS-1$
|
||||||
.append(this.fragmentBreaks[i] > 0 ? "YES" : "NO") //$NON-NLS-1$ //$NON-NLS-2$
|
.append(this.fragmentBreaks[i] > 0 ? "YES" : "NO") //$NON-NLS-1$ //$NON-NLS-2$
|
||||||
.append(">") //$NON-NLS-1$
|
.append(">") //$NON-NLS-1$
|
||||||
.append("<indent: ") //$NON-NLS-1$
|
.append("<indent: ") //$NON-NLS-1$
|
||||||
.append(this.fragmentIndentations[i])
|
.append(this.fragmentIndentations[i])
|
||||||
|
|
Loading…
Add table
Reference in a new issue