mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
20f08c565e
commit
954f68068a
2 changed files with 1 additions and 4 deletions
|
@ -1445,8 +1445,7 @@ public class Scribe {
|
|||
|
||||
void redoAlignment(AlignmentException e) {
|
||||
if (e.relativeDepth > 0) { // if exception targets a distinct context
|
||||
e.relativeDepth--; // record fact that current context got
|
||||
// traversed
|
||||
e.relativeDepth--; // record fact that current context got traversed
|
||||
currentAlignment= currentAlignment.enclosing; // pop currentLocation
|
||||
throw e; // rethrow
|
||||
}
|
||||
|
@ -1764,5 +1763,4 @@ public class Scribe {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -222,7 +222,6 @@ public class Alignment {
|
|||
public boolean couldBreak() {
|
||||
int i;
|
||||
switch (mode & SPLIT_MASK) {
|
||||
|
||||
/* # aligned fragment
|
||||
* foo(
|
||||
* #AAAAA, #BBBBB,
|
||||
|
|
Loading…
Add table
Reference in a new issue