From fcd4468f902270fee5849da7784124f08fe296fd Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 31 Jul 2014 20:44:19 +0000 Subject: [PATCH] Adjusting some indentation. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5085 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 3 +++ src/files.c | 16 ++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a156706..1942a904 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2014-07-31 Benno Schulenberg + * src/files.c (do_insertfile): Adjust some indentation. + 2014-07-27 Benno Schulenberg * src/global.c (add_to_sclist): Remove the now unused and unneeded addition ability from this builder function of the shortcut list. diff --git a/src/files.c b/src/files.c index 29b157ed..c5d7942b 100644 --- a/src/files.c +++ b/src/files.c @@ -1129,18 +1129,18 @@ void do_insertfile( continue; #ifndef NANO_TINY - /* Keep track of whether the mark begins inside the - * partition and will need adjustment. */ - if (openfile->mark_set) { - filestruct *top, *bot; - size_t top_x, bot_x; + /* Keep track of whether the mark begins inside the + * partition and will need adjustment. */ + if (openfile->mark_set) { + filestruct *top, *bot; + size_t top_x, bot_x; - mark_order((const filestruct **)&top, &top_x, + mark_order((const filestruct **)&top, &top_x, (const filestruct **)&bot, &bot_x, &right_side_up); - single_line = (top == bot); - } + single_line = (top == bot); + } #endif #ifndef DISABLE_MULTIBUFFER -- 2.39.5