[master] 7e5fca4 Whitespace

Tollef Fog Heen tfheen at varnish-cache.org
Mon Mar 11 08:59:55 CET 2013


commit 7e5fca4a427bbf57c8d500316b10d535e2e94db8
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Mon Mar 11 08:58:02 2013 +0100

    Whitespace

diff --git a/bin/varnishd/mgt/mgt_param_tbl.c b/bin/varnishd/mgt/mgt_param_tbl.c
index b92c71b..5f66f87 100644
--- a/bin/varnishd/mgt/mgt_param_tbl.c
+++ b/bin/varnishd/mgt/mgt_param_tbl.c
@@ -193,7 +193,7 @@ const struct parspec mgt_parspec[] = {
 	{ "send_timeout", tweak_timeout, &mgt_param.send_timeout, 0, 0,
 		"Send timeout for client connections. "
 		"If the HTTP response hasn't been transmitted in this many\n"
-                "seconds the session is closed. \n"
+                "seconds the session is closed.\n"
 		"See setsockopt(2) under SO_SNDTIMEO for more information.",
 		DELAYED_EFFECT,
 		"600", "seconds" },
@@ -201,7 +201,7 @@ const struct parspec mgt_parspec[] = {
 		0, 0,
 		"Time to wait with no data sent. "
 		"If no data has been transmitted in this many\n"
-                "seconds the session is closed. \n"
+                "seconds the session is closed.\n"
 		"See setsockopt(2) under SO_SNDTIMEO for more information.",
 		DELAYED_EFFECT,
 		"60", "seconds" },



More information about the varnish-commit mailing list