tweaks: adjust whitespace after preceding changes

master
Benno Schulenberg 2017-02-13 19:31:36 +01:00
parent a6605dce00
commit 8fbadecf0a
1 changed files with 16 additions and 15 deletions

View File

@ -303,7 +303,7 @@ void check_the_multis(filestruct *line)
return;
for (ink = openfile->colorstrings; ink != NULL; ink = ink->next) {
/* If it's not a multi-line regex, amscray. */
/* If it's not a multiline regex, skip. */
if (ink->end == NULL)
continue;
@ -328,6 +328,7 @@ void check_the_multis(filestruct *line)
continue;
}
/* There is a mismatch, so something changed: repaint. */
refresh_needed = TRUE;
return;
}