[master] 4a3735e Remove extra whitespace.

Lasse Karstensen lkarsten at varnish-software.com
Tue May 6 12:44:32 CEST 2014


commit 4a3735ebe28335c36b9336dcaa96690ee7aff631
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Tue May 6 12:34:54 2014 +0200

    Remove extra whitespace.

diff --git a/redhat/varnish.initrc b/redhat/varnish.initrc
index c2faa25..dbaf673 100755
--- a/redhat/varnish.initrc
+++ b/redhat/varnish.initrc
@@ -53,7 +53,7 @@ start() {
 	# Open files (usually 1024, which is way too small for varnish)
 	ulimit -n ${NFILES:-131072}
 
-	# Varnish wants to lock shared memory log in memory. 
+	# Varnish wants to lock shared memory log in memory.
 	ulimit -l ${MEMLOCK:-82000}
 
 	# Maximum number of threads (default in CentOS is 1024, which



More information about the varnish-commit mailing list