tweaks: adjust some indentation after the previous change

master
David Lawrence Ramsey 2018-09-10 15:17:07 -05:00 committed by Benno Schulenberg
parent 2cdb87ee62
commit fb38995d36
1 changed files with 5 additions and 5 deletions

View File

@ -2315,13 +2315,13 @@ void do_justify(bool full_justify)
else else
statusbar(_("Justified paragraph")); statusbar(_("Justified paragraph"));
/* Set the desired screen column (always zero, except at EOF). */ /* Set the desired screen column (always zero, except at EOF). */
openfile->placewewant = xplustabs(); openfile->placewewant = xplustabs();
#ifndef NANO_TINY #ifndef NANO_TINY
/* Throw away the entire undo stack, to prevent a crash when /* Throw away the entire undo stack, to prevent a crash when
* the user tries to undo something in the justified text. */ * the user tries to undo something in the justified text. */
discard_until(NULL, openfile, FALSE); discard_until(NULL, openfile, FALSE);
#endif #endif
} }