[master] 0ade45c Long line fix

Martin Blix Grydeland martin at varnish-software.com
Thu Jan 30 14:02:09 CET 2014


commit 0ade45c1838eef6653c8771c422d63621991ded4
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Thu Jan 30 13:38:50 2014 +0100

    Long line fix

diff --git a/bin/varnishtop/varnishtop.c b/bin/varnishtop/varnishtop.c
index 4a6038e..3e94445 100644
--- a/bin/varnishtop/varnishtop.c
+++ b/bin/varnishtop/varnishtop.c
@@ -337,7 +337,7 @@ main(int argc, char **argv)
 			period = strtol(optarg, NULL, 0);
 			if (errno != 0)  {
 				fprintf(stderr,
-					"Syntax error, %s is not a number", optarg);
+				    "Syntax error, %s is not a number", optarg);
 				exit(1);
 			}
 			break;



More information about the varnish-commit mailing list