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)
#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;