tweaks: normalize the indentation, and remove unneeded braces

master
David Lawrence Ramsey 2019-01-02 11:56:22 -06:00 committed by Benno Schulenberg
parent 877a649819
commit 932a35c072
1 changed files with 42 additions and 42 deletions

View File

@ -2117,9 +2117,9 @@ void do_justify(bool full_justify)
last_par_line = openfile->current; last_par_line = openfile->current;
/* Set the number of lines to be pulled into the cutbuffer. */ /* Set the number of lines to be pulled into the cutbuffer. */
if (full_justify) { if (full_justify)
jus_len = openfile->filebot->lineno; jus_len = openfile->filebot->lineno;
} else else
jus_len = par_len; jus_len = par_len;
/* Move down to the last line to be extracted. */ /* Move down to the last line to be extracted. */