aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-12-04 22:14:47 +0000
committerTiago Cunha <tcunha@gmx.com>2009-12-04 22:14:47 +0000
commitcc094fdfe6276b93683113f395edbc004837d362 (patch)
treec685b2f63461b2026d0677c4b8974e3004e114ff /server.c
parent1caa73afb4da381425160cbff68284a4dab1470b (diff)
downloadrtmux-cc094fdfe6276b93683113f395edbc004837d362.tar.gz
rtmux-cc094fdfe6276b93683113f395edbc004837d362.tar.bz2
rtmux-cc094fdfe6276b93683113f395edbc004837d362.zip
Sync OpenBSD patchset 581:
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last time now I've configured emacs to make them displayed in really annoying colours...
Diffstat (limited to 'server.c')
-rw-r--r--server.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/server.c b/server.c
index 130cb0ee..9dc00b96 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/* $Id: server.c,v 1.231 2009-12-04 22:04:55 tcunha Exp $ */
+/* $Id: server.c,v 1.232 2009-12-04 22:14:47 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -234,7 +234,7 @@ server_loop(void)
key_bindings_clean();
server_clean_dead();
- }
+ }
}
/* Check if the server should be shutting down (no more clients or windows). */
@@ -472,7 +472,7 @@ server_child_exited(pid_t pid, int status)
break;
}
}
- }
+ }
SLIST_FOREACH(job, &all_jobs, lentry) {
if (pid == job->pid) {
@@ -572,7 +572,7 @@ server_lock_server(void)
void
server_lock_sessions(void)
{
- struct session *s;
+ struct session *s;
u_int i;
int timeout;
time_t t;