From fb38995d366642fff71eade178c3edd137304eb1 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 10 Sep 2018 15:17:07 -0500 Subject: [PATCH] tweaks: adjust some indentation after the previous change --- src/text.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/text.c b/src/text.c index 3fddcb26..88213470 100644 --- a/src/text.c +++ b/src/text.c @@ -2315,13 +2315,13 @@ void do_justify(bool full_justify) else statusbar(_("Justified paragraph")); - /* Set the desired screen column (always zero, except at EOF). */ - openfile->placewewant = xplustabs(); + /* Set the desired screen column (always zero, except at EOF). */ + openfile->placewewant = xplustabs(); #ifndef NANO_TINY - /* Throw away the entire undo stack, to prevent a crash when - * the user tries to undo something in the justified text. */ - discard_until(NULL, openfile, FALSE); + /* Throw away the entire undo stack, to prevent a crash when + * the user tries to undo something in the justified text. */ + discard_until(NULL, openfile, FALSE); #endif }