about summary refs log tree commit diff stats
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/command.c b/command.c
index 51d713b5..19b0a9b7 100644
--- a/command.c
+++ b/command.c
@@ -44,7 +44,6 @@ int process_input(char *inp)
 {
     int result = FALSE;
 
-
     if (strlen(inp) > 0)
         history_append(inp);