1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 13:35:22 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2013-03-15 15:31:13 -07:00
parent 56458da802
commit 7c31b952e3

View file

@ -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;