Commit 90d505cc authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment and indentation fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2732 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 9c6d7866
Showing with 6 additions and 6 deletions
+6 -6
......@@ -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)
......
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment