diff --git a/src/nano.c b/src/nano.c
index 84844b0e2747fe6560db9c02b776ff4a0e0c51e4..e20c18adb36bb6ad800f52439925d7d82d901209 100644
--- a/src/nano.c
+++ b/src/nano.c
@@ -2408,8 +2408,7 @@ const char *do_alt_speller(char *tempfile_name)
 	    SET(MARK_ISSET);
 #endif
 
-	altspell_error =
-		charalloc(strlen(invoke_error) +
+	altspell_error = charalloc(strlen(invoke_error) +
 		strlen(alt_speller) + 1);
 	sprintf(altspell_error, invoke_error, alt_speller);
 	return altspell_error;