Commit 8fbadecf authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: adjust whitespace after preceding changes

No related merge requests found
Showing with 16 additions and 15 deletions
+16 -15
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment