Commit 1f9235a0 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

White-space fixups



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4637 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 4e868d2d
...@@ -169,7 +169,7 @@ pass(int sock) ...@@ -169,7 +169,7 @@ pass(int sock)
assert(i > 0); assert(i > 0);
if (fds[0].revents & POLLIN) { if (fds[0].revents & POLLIN) {
n = read(fds[0].fd, buf, sizeof buf); n = read(fds[0].fd, buf, sizeof buf);
if (n == 0) if (n == 0)
exit (0); exit (0);
if (n < 0) { if (n < 0) {
perror("Read error reading CLI socket"); perror("Read error reading CLI socket");
...@@ -241,9 +241,9 @@ main(int argc, char * const *argv) ...@@ -241,9 +241,9 @@ main(int argc, char * const *argv)
assert(T_arg != NULL); assert(T_arg != NULL);
sock = cli_sock(T_arg, S_arg); sock = cli_sock(T_arg, S_arg);
if (argc > 0) if (argc > 0)
do_args(sock, argc, argv); do_args(sock, argc, argv);
else else
pass(sock); pass(sock);
exit(0); exit(0);
......
...@@ -68,7 +68,7 @@ tweak_thread_pool_min(struct cli *cli, const struct parspec *par, ...@@ -68,7 +68,7 @@ tweak_thread_pool_min(struct cli *cli, const struct parspec *par,
} }
/*-------------------------------------------------------------------- /*--------------------------------------------------------------------
* This is utterly ridiculous: POSIX does not guarantee that the * This is utterly ridiculous: POSIX does not guarantee that the
* minimum thread stack size is a compile time constant. * minimum thread stack size is a compile time constant.
* XXX: "32" is a magic marker for 32bit systems. * XXX: "32" is a magic marker for 32bit systems.
*/ */
......
...@@ -569,7 +569,7 @@ Function(struct tokenlist *tl) ...@@ -569,7 +569,7 @@ Function(struct tokenlist *tl)
/*-------------------------------------------------------------------- /*--------------------------------------------------------------------
* Top level of parser, recognize: * Top level of parser, recognize:
* Inline C-code * Inline C-code
* ACL definitions * ACL definitions
* Function definitions * Function definitions
* Backend & Director definitions * Backend & Director definitions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment