diff --git a/nano.c b/nano.c
index 1dfe6f2e4299d2b931a509ded795594e3cce44da..08f081a3ecc398cf14e11f0c64e82dacb3a79e3c 100644
--- a/nano.c
+++ b/nano.c
@@ -1501,7 +1501,7 @@ int do_int_spell_fix(char *word)
 	}
 
 	break;
-   }
+    }
 
     /* restore the search/replace strings */
     last_search = mallocstrcpy(last_search, save_search);