From 1e7f1ea1e8768392f6e41d83125c086ed93e963a Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 12 Aug 2004 02:11:35 +0000 Subject: [PATCH] indentation fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1891 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/files.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/files.c b/src/files.c index 9132040e..8e7a3eec 100644 --- a/src/files.c +++ b/src/files.c @@ -3006,8 +3006,8 @@ void save_history(void) } } if (fputs("\n", hist) == EOF) { - rcfile_error(N_("Error writing %s: %s"), nanohist, strerror(errno)); - goto come_from; + rcfile_error(N_("Error writing %s: %s"), nanohist, strerror(errno)); + goto come_from; } for (h = replace_history.tail; h->prev; h = h->prev) { h->data = charealloc(h->data, strlen(h->data) + 2); -- 2.39.5