comment and indentation fixes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2732 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
diff --git a/src/winio.c b/src/winio.c
index 95ad06f..8683b06 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -2666,11 +2666,11 @@
 #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;