mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 21:45:22 +02:00
Cosmetics.
This commit is contained in:
parent
56458da802
commit
7c31b952e3
1 changed files with 12 additions and 13 deletions
|
@ -777,8 +777,7 @@ public class Scribe {
|
||||||
needSpace= false;
|
needSpace= false;
|
||||||
}
|
}
|
||||||
if (startOffset + length < currentPosition) {
|
if (startOffset + length < currentPosition) {
|
||||||
// don't move backwards
|
return; // Don't move backwards
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
boolean savedPreserveNL= preserveNewLines;
|
boolean savedPreserveNL= preserveNewLines;
|
||||||
boolean savedSkipOverInactive= skipOverInactive;
|
boolean savedSkipOverInactive= skipOverInactive;
|
||||||
|
|
Loading…
Add table
Reference in a new issue