tweaks: normalize the indentation, and remove unneeded braces
parent
877a649819
commit
932a35c072
|
@ -2117,9 +2117,9 @@ void do_justify(bool full_justify)
|
|||
last_par_line = openfile->current;
|
||||
|
||||
/* Set the number of lines to be pulled into the cutbuffer. */
|
||||
if (full_justify) {
|
||||
if (full_justify)
|
||||
jus_len = openfile->filebot->lineno;
|
||||
} else
|
||||
else
|
||||
jus_len = par_len;
|
||||
|
||||
/* Move down to the last line to be extracted. */
|
||||
|
|
Loading…
Reference in New Issue