summaryrefslogtreecommitdiffstats
path: root/server.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-12-03 22:50:09 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-12-03 22:50:09 +0000
commit15a64b805e46584d37cc6745383709632e287999 (patch)
tree5a55f5006585c9cdde05163251fd99da243575b5 /server.c
parent6c9862662fd2cccdc55be9d447a27b10f33ed8ea (diff)
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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/server.c b/server.c
index 60090d5e..4eb78d60 100644
--- a/server.c
+++ b/server.c
@@ -216,7 +216,7 @@ server_loop(void)
key_bindings_clean();
server_clean_dead();
- }
+ }
}
/* Check if the server should be shutting down (no more clients or windows). */
@@ -454,7 +454,7 @@ server_child_exited(pid_t pid, int status)
break;
}
}
- }
+ }
SLIST_FOREACH(job, &all_jobs, lentry) {
if (pid == job->pid) {
@@ -554,7 +554,7 @@ server_lock_server(void)
void
server_lock_sessions(void)
{
- struct session *s;
+ struct session *s;
u_int i;
int timeout;
time_t t;