r3078 - trunk/varnish-cache/bin/varnishtest
tfheen at projects.linpro.no
tfheen at projects.linpro.no
Mon Aug 11 11:41:52 CEST 2008
Author: tfheen
Date: 2008-08-11 11:41:51 +0200 (Mon, 11 Aug 2008)
New Revision: 3078
Modified:
trunk/varnish-cache/bin/varnishtest/vtc.c
Log:
Fix up style
Modified: trunk/varnish-cache/bin/varnishtest/vtc.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc.c 2008-08-11 09:15:27 UTC (rev 3077)
+++ trunk/varnish-cache/bin/varnishtest/vtc.c 2008-08-11 09:41:51 UTC (rev 3078)
@@ -344,7 +344,7 @@
argc -= optind;
argv += optind;
- if(argc == 0)
+ if (argc == 0)
usage();
init_sema();
More information about the varnish-commit
mailing list