[master] e91dc41 whitespace ocd

Poul-Henning Kamp phk at FreeBSD.org
Tue Aug 2 11:19:08 CEST 2016


commit e91dc411c185501d7e093a271fa3a3f46ba67b66
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Aug 2 09:17:35 2016 +0000

    whitespace ocd

diff --git a/bin/varnishd/cache/cache.h b/bin/varnishd/cache/cache.h
index cbd741e..c04662f 100644
--- a/bin/varnishd/cache/cache.h
+++ b/bin/varnishd/cache/cache.h
@@ -1098,7 +1098,7 @@ pdiff(const void *b, const void *e)
 #define Tcheck(t) do {						\
 		AN((t).b);					\
 		AN((t).e);					\
-		assert((t).b <= (t).e); 			\
+		assert((t).b <= (t).e);				\
 	} while(0)
 
 /*



More information about the varnish-commit mailing list