[master] 668cee8 Lint: Add whitespace for readability

Lasse Karstensen lkarsten at varnish-cache.org
Fri Sep 13 16:44:33 CEST 2013


commit 668cee81262ac12b799a53551ace933286968abb
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Fri Sep 13 16:44:26 2013 +0200

    Lint: Add whitespace for readability

diff --git a/bin/varnishd/mgt/mgt_param_tbl.c b/bin/varnishd/mgt/mgt_param_tbl.c
index 65a70b5..d4fcb53 100644
--- a/bin/varnishd/mgt/mgt_param_tbl.c
+++ b/bin/varnishd/mgt/mgt_param_tbl.c
@@ -586,9 +586,9 @@ const struct parspec mgt_parspec[] = {
 
 	{ "busyobj_worker_cache", tweak_bool,
 		&mgt_param.bo_cache, 0, 0,
-		"Cache free busyobj per worker thread."
-		"Disable this if you have very high hitrates and want"
-		"to save the memory of one busyobj per worker thread.",
+		"Cache free busyobj per worker thread. "
+		"Disable this if you have very high hitrates and want "
+		"to save the memory of one busyobj per worker thread. ",
 		0,
 		"off", "bool"},
 



More information about the varnish-commit mailing list