提交 a935c397 编写于 作者: J Junio C Hamano

daemon.c: remove trailing whitespace.

Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 fd25c82a
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册