aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 01:51:22 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 01:51:22 +0000
commita1b43faa436430e76da7da5ee321113a87ce719c (patch)
tree3c2a5d5338d5db43f91ceccbb6d2fbea97f022ba /server.c
parent430d2194362e177b55c5fc66ee95f3a968ed62e1 (diff)
downloadrtmux-a1b43faa436430e76da7da5ee321113a87ce719c.tar.gz
rtmux-a1b43faa436430e76da7da5ee321113a87ce719c.tar.bz2
rtmux-a1b43faa436430e76da7da5ee321113a87ce719c.zip
Trim spaces.
Diffstat (limited to 'server.c')
-rw-r--r--server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server.c b/server.c
index d9eadcab..abf38278 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/* $Id: server.c,v 1.90 2009-01-10 01:30:38 nicm Exp $ */
+/* $Id: server.c,v 1.91 2009-01-10 01:51:22 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -392,7 +392,7 @@ server_check_timers(struct client *c)
server_clear_client_message(c);
if (c->message_string != NULL || c->prompt_string != NULL) {
- /*
+ /*
* Don't need timed redraw for messages/prompts so bail now.
* The status timer isn't reset when they are redrawn anyway.
*/