]> git.wh0rd.org Git - nano.git/commitdiff
comment and indentation fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 18 Jun 2005 22:33:55 +0000 (22:33 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 18 Jun 2005 22:33:55 +0000 (22:33 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2732 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c
src/winio.c

index 096753e9c6f41a4cf3e7e75007aca39cdff64b85..f189f87a957ccfce05bb90c7a202f360eb643269 100644 (file)
@@ -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)
index 95ad06fc32d1f5d6c19eead244d3d90cffd0243c..8683b06c0746301726682b949ccb075cee6341f9 100644 (file)
@@ -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;