Commit cdcd365d authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: normalize some whitespace

No related merge requests found
Showing with 16 additions and 16 deletions
+16 -16
......@@ -2189,7 +2189,7 @@ void do_justify(bool full_justify)
/* Break the current line. */
if (ISSET(JUSTIFY_TRIM)) {
while (break_pos > 0 &&
is_blank_mbchar(&openfile->current->data[break_pos-1])) {
is_blank_mbchar(&openfile->current->data[break_pos - 1])) {
break_pos--;
}
}
......
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