mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 13:35: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;
|
||||
}
|
||||
if (startOffset + length < currentPosition) {
|
||||
// don't move backwards
|
||||
return;
|
||||
return; // Don't move backwards
|
||||
}
|
||||
boolean savedPreserveNL= preserveNewLines;
|
||||
boolean savedSkipOverInactive= skipOverInactive;
|
||||
|
|
Loading…
Add table
Reference in a new issue