[6.0] 2b078b9ba style(9)

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 31 13:08:28 UTC 2018


commit 2b078b9ba3942267e4a64fa028638be261d309d3
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