diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-08 18:07:09 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-08 18:07:09 +0000 |
commit | 99395856ff7c7edcbd3b0e47ca0095a1698e7b46 (patch) | |
tree | ea68faa5f1b4d0480252ad7a230a8bfa12fb5d46 /server-fn.c | |
parent | 9cf68ac86864397dd61599107a9d24532838552b (diff) | |
download | rtmux-99395856ff7c7edcbd3b0e47ca0095a1698e7b46.tar.gz rtmux-99395856ff7c7edcbd3b0e47ca0095a1698e7b46.tar.bz2 rtmux-99395856ff7c7edcbd3b0e47ca0095a1698e7b46.zip |
Bring spacing into line.
Diffstat (limited to 'server-fn.c')
-rw-r--r-- | server-fn.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server-fn.c b/server-fn.c index 31b62493..9c920e28 100644 --- a/server-fn.c +++ b/server-fn.c @@ -1,4 +1,4 @@ -/* $Id: server-fn.c,v 1.68 2009-07-08 18:05:33 nicm Exp $ */ +/* $Id: server-fn.c,v 1.69 2009-07-08 18:07:09 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -199,10 +199,10 @@ server_unlock(const char *s) if (strcmp(out, server_password) != 0) goto wrong; } - + for (i = 0; i < ARRAY_LENGTH(&clients); i++) { c = ARRAY_ITEM(&clients, i); - if (c == NULL) + if (c == NULL) continue; status_prompt_clear(c); |