[prev in list] [next in list] [prev in thread] [next in thread] 

List:       varnish-commit
Subject:    [6.0] 2b078b9ba style(9)
From:       Dridi Boukelmoune <dridi.boukelmoune () gmail ! com>
Date:       2018-10-31 13:08:28
Message-ID: 20181031130828.53C579580C () lists ! varnish-cache ! org
[Download RAW message or body]


commit 2b078b9ba3942267e4a64fa028638be261d309d3
Author: Nils Goroll <nils.goroll@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();
_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic