[master] c0a92cab0 style(9)

Nils Goroll nils.goroll at uplex.de
Mon Oct 8 08:43:12 UTC 2018


commit c0a92cab0e7ee593b6979155fb188bff481345aa
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Oct 8 10:42:15 2018 +0200

    style(9)

diff --git a/lib/libvarnish/vtim.c b/lib/libvarnish/vtim.c
index 822f522d2..c774e2ab8 100644
--- a/lib/libvarnish/vtim.c
+++ b/lib/libvarnish/vtim.c
@@ -544,8 +544,8 @@ bench()
 	s = VTIM_mono();
 	for (i=0; i<100000; i++) {
 		snprintf(buf, sizeof(buf), "%ju.%06ju",
-			 (uint64_t)floor(s),
-			 (uint64_t)floor((s * 1e6)) % 1000000UL);
+		    (uint64_t)floor(s),
+		    (uint64_t)floor((s * 1e6)) % 1000000UL);
 		t += buf[4];
 	}
 	e = VTIM_mono();


More information about the varnish-commit mailing list