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
|
||||
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) {
|
||||
// System.out.println("ALIGNMENT TOO SMALL");
|
||||
// System.out.println(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue