[master] 75b8d3b Add missing linefeed in comment.

Lasse Karstensen lkarsten at varnish-software.com
Mon Apr 13 14:56:18 CEST 2015


commit 75b8d3be6951a43b4ec0b1d0ad0b0f9949fce11c
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Mon Apr 13 11:54:01 2015 +0200

    Add missing linefeed in comment.

diff --git a/bin/varnishd/mgt/mgt_jail_unix.c b/bin/varnishd/mgt/mgt_jail_unix.c
index d7a88d7..4f9122c 100644
--- a/bin/varnishd/mgt/mgt_jail_unix.c
+++ b/bin/varnishd/mgt/mgt_jail_unix.c
@@ -167,7 +167,8 @@ vju_subproc(enum jail_subproc_e jse)
 
 #ifdef __linux__
 	/*
-	 * On linux mucking about with uid/gid disables core-dumps,			 * reenable them again.
+	 * On linux mucking about with uid/gid disables core-dumps,
+	 * reenable them again.
 	 */
 	if (prctl(PR_SET_DUMPABLE, 1) != 0) {
 		REPORT0(LOG_INFO,



More information about the varnish-commit mailing list