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...
This commit is contained in:
Nicholas Marriott
2009-12-03 22:50:09 +00:00
parent 6c9862662f
commit 15a64b805e
66 changed files with 418 additions and 416 deletions

View File

@ -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;