about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-23 00:00:10 +0100
committerJames Booth <boothj5@gmail.com>2012-10-23 00:00:10 +0100
commit907b5cf801f78ed41a95da04cbdc6b95b5e4a451 (patch)
tree1263b884cdfaa91a6eaaa19d72635fff697c9597 /src
parent15de3d4a8f019d4115ba0b9ea5850ff8225e8574 (diff)
downloadprofani-tty-907b5cf801f78ed41a95da04cbdc6b95b5e4a451.tar.gz
Trailing whitespace
Diffstat (limited to 'src')
-rw-r--r--src/command.c2
-rw-r--r--src/windows.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/command.c b/src/command.c
index b536cc80..66547525 100644
--- a/src/command.c
+++ b/src/command.c
@@ -561,7 +561,7 @@ _cmd_help(const char * const inp, struct cmd_help_t help)
         cons_basic_help();
     } else if (strcmp(inp, "/help status") == 0) {
         cons_status_help();
-    } else if (strcmp(inp, "/help settings") == 0) { 
+    } else if (strcmp(inp, "/help settings") == 0) {
         cons_settings_help();
     } else if (strcmp(inp, "/help navigation") == 0) {
         cons_navigation_help();
diff --git a/src/windows.c b/src/windows.c
index 7daf9f1b..cc1f660e 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -611,7 +611,7 @@ cons_settings_help(void)
         cons_show("%-25s: %s", help->usage, help->short_help);
         settings_helpers = g_slist_next(settings_helpers);
     }
-    
+
     cons_show("");
 
     if (_curr_prof_win == 0)