summaryrefslogtreecommitdiff
path: root/daemon.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-21 06:19:36 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-10-21 06:19:36 (GMT)
commita935c3972749095e7ea6c341e539a94de705ecfd (patch)
treea3bfb2e98352a152ad3f6cf5e1ca7a6aedf15baf /daemon.c
parentfd25c82a80533da035d42a5ac229ec5c5b332411 (diff)
downloadgit-a935c3972749095e7ea6c341e539a94de705ecfd.zip
git-a935c3972749095e7ea6c341e539a94de705ecfd.tar.gz
git-a935c3972749095e7ea6c341e539a94de705ecfd.tar.bz2
daemon.c: remove trailing whitespace.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon.c b/daemon.c
index 65e62d7..cec7e75 100644
--- a/daemon.c
+++ b/daemon.c
@@ -136,7 +136,7 @@ static int upload(char *dir, int dirlen)
/*
* Security on the cheap.
*
- * We want a readable HEAD, usable "objects" directory, and
+ * We want a readable HEAD, usable "objects" directory, and
* a "git-daemon-export-ok" flag that says that the other side
* is ok with us doing this.
*/
@@ -444,7 +444,7 @@ static int serve(int port)
for (;;) {
int i;
fds = fds_init;
-
+
if (select(maxfd + 1, &fds, NULL, NULL, NULL) < 0) {
if (errno != EINTR) {
error("select failed, resuming: %s",