From 90d505cc4a1653f73ff6352c1265bc1ebbb8e2bd Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 18 Jun 2005 22:33:55 +0000
Subject: [PATCH] comment and indentation fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2732 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/nano.c  |  2 +-
 src/winio.c | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/nano.c b/src/nano.c
index 096753e9..f189f87a 100644
--- a/src/nano.c
+++ b/src/nano.c
@@ -2508,7 +2508,7 @@ void do_spell(void)
     free(temp);
 
     /* If the spell-checker printed any error messages onscreen, make
-     * sure they're cleared off. */
+     * sure that they're cleared off. */
     total_redraw();
 
     if (spell_msg != NULL)
diff --git a/src/winio.c b/src/winio.c
index 95ad06fc..8683b06c 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -2666,11 +2666,11 @@ int statusq(bool allow_tabs, const shortcut *s, const char *curranswer,
 #endif
 
 #ifndef DISABLE_TABCOMP
-	/* If we've done tab completion, there might be a list of
-	 * filename matches on the edit window at this point.  Make sure
-	 * that they're cleared off. */
-	if (list)
-	    edit_refresh();
+    /* If we've done tab completion, there might be a list of filename
+     * matches on the edit window at this point.  Make sure that they're
+     * cleared off. */
+    if (list)
+	edit_refresh();
 #endif
 
     return retval;
-- 
GitLab