mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 19:25:38 +02:00
Cosmetics.
This commit is contained in:
parent
613cb84eef
commit
53012d05af
1 changed files with 1 additions and 1 deletions
|
@ -996,7 +996,7 @@ public class MacroExpander {
|
|||
|
||||
private int countNewlines(char[] input) {
|
||||
int nl= 0;
|
||||
for (int i = 0; i < input.length && i<fEndOffset; i++) {
|
||||
for (int i = 0; i < input.length && i < fEndOffset; i++) {
|
||||
if (input[i] == '\n') {
|
||||
nl++;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue