tweaks: normalize some whitespace

master
Benno Schulenberg 2016-05-17 11:33:21 +02:00
parent 2535f51e01
commit cdcd365d34
6 changed files with 16 additions and 16 deletions

View File

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