summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/server.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2009-12-03 22:50:09 +0000
committernicm <nicm@openbsd.org>2009-12-03 22:50:09 +0000
commit197ec97c8443d9515f7229a99d8cf5b485aa116b (patch)
tree82c19c9b632b9376bb8ab52e8dcaf1e4525abe49 /usr.bin/tmux/server.c
parentStop the IdleHold timer when going to idle state. This makes it a bit (diff)
downloadwireguard-openbsd-197ec97c8443d9515f7229a99d8cf5b485aa116b.tar.xz
wireguard-openbsd-197ec97c8443d9515f7229a99d8cf5b485aa116b.zip
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 'usr.bin/tmux/server.c')
-rw-r--r--usr.bin/tmux/server.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tmux/server.c b/usr.bin/tmux/server.c
index 7dce46261d5..deea9a29096 100644
--- a/usr.bin/tmux/server.c
+++ b/usr.bin/tmux/server.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server.c,v 1.79 2009/12/02 15:06:14 nicm Exp $ */
+/* $OpenBSD: server.c,v 1.80 2009/12/03 22:50:10 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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;