about summary refs log tree commit diff stats
path: root/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-04-23 22:43:12 +0100
committerJames Booth <boothj5@gmail.com>2012-04-23 22:43:12 +0100
commit30d301332dbbbc43c617fb6f72c77dab7b7ee187 (patch)
treed2ed296948b9a67b48edae814f7df7fb64931724 /command.c
parent34fc382760dd96b421f6b50117142226e4e7530d (diff)
downloadprofani-tty-30d301332dbbbc43c617fb6f72c77dab7b7ee187.tar.gz
Tidy commands and contact list
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);