From: Junio C Hamano Date: Fri, 21 Oct 2005 06:19:36 +0000 (-0700) Subject: daemon.c: remove trailing whitespace. X-Git-Tag: v0.99.8g~2^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a935c3972749095e7ea6c341e539a94de705ecfd;p=git.git daemon.c: remove trailing whitespace. Signed-off-by: Junio C Hamano --- diff --git a/daemon.c b/daemon.c index 65e62d7bb..cec7e75d5 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",