diff --git a/src/winio.c b/src/winio.c
index 4975fdbdf9c13f5397c0dba53cbaa9eec9db933b..f665c91cee9c84b4b3b4bef8f5a80d470db3951c 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -2446,7 +2446,6 @@ int nanogetstr(bool allow_tabs, const char *buf, const char *curranswer,
     bool tabbed = FALSE;
 	/* Whether we've pressed Tab more than once consecutively. */
 #endif
-
 #ifndef NANO_SMALL
     char *history = NULL;
 	/* The current history string. */