[4.0] 0f5f294 White space nit

Poul-Henning Kamp phk at FreeBSD.org
Thu Mar 13 10:24:24 CET 2014


commit 0f5f29436c3cc225c66883cdfa0d681d7b0ccdda
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Feb 6 18:05:14 2014 +0000

    White space nit

diff --git a/lib/libvarnish/vfil.c b/lib/libvarnish/vfil.c
index df02a48..5a5f087 100644
--- a/lib/libvarnish/vfil.c
+++ b/lib/libvarnish/vfil.c
@@ -133,6 +133,6 @@ VFIL_nonblocking(int fd)
 	assert(i != -1);
 	i |= O_NONBLOCK;
 	i = fcntl(fd, F_SETFL, i);
-       assert(i != -1);
-       return (i);
+	assert(i != -1);
+	return (i);
 }



More information about the varnish-commit mailing list