1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-01-28 00:05:36 +00:00
parent 20f08c565e
commit 954f68068a
2 changed files with 1 additions and 4 deletions

View file

@ -1445,8 +1445,7 @@ public class Scribe {
void redoAlignment(AlignmentException e) { void redoAlignment(AlignmentException e) {
if (e.relativeDepth > 0) { // if exception targets a distinct context if (e.relativeDepth > 0) { // if exception targets a distinct context
e.relativeDepth--; // record fact that current context got e.relativeDepth--; // record fact that current context got traversed
// traversed
currentAlignment= currentAlignment.enclosing; // pop currentLocation currentAlignment= currentAlignment.enclosing; // pop currentLocation
throw e; // rethrow throw e; // rethrow
} }
@ -1764,5 +1763,4 @@ public class Scribe {
} }
} }
} }
} }

View file

@ -222,7 +222,6 @@ public class Alignment {
public boolean couldBreak() { public boolean couldBreak() {
int i; int i;
switch (mode & SPLIT_MASK) { switch (mode & SPLIT_MASK) {
/* # aligned fragment /* # aligned fragment
* foo( * foo(
* #AAAAA, #BBBBB, * #AAAAA, #BBBBB,