[4.0] ff35db6 Fix white spaces

Martin Blix Grydeland martin at varnish-software.com
Thu Mar 13 10:24:27 CET 2014


commit ff35db66d5a3ef78bcef7ffe73a9951a4605bb70
Author: Guillaume Quintard <guillaume.quintard at gmail.com>
Date:   Tue Feb 4 15:02:02 2014 +0100

    Fix white spaces

diff --git a/bin/varnishhist/varnishhist.c b/bin/varnishhist/varnishhist.c
index 626eba6..1705518 100644
--- a/bin/varnishhist/varnishhist.c
+++ b/bin/varnishhist/varnishhist.c
@@ -220,7 +220,7 @@ accumulate(struct VSL_data *vsl, struct VSL_transaction * const pt[],
 			/* phase out old data */
 			if (nhist == HIST_N) {
 				j = rr_hist[next_hist];
-				if (j < 0)  {
+				if (j < 0) {
 					assert(bucket_miss[-j] > 0);
 					bucket_miss[-j]--;
 				} else {
@@ -376,7 +376,7 @@ main(int argc, char **argv)
 	}
 	if (profile) {
 		for (active_profile = profiles; active_profile->name;
-		    active_profile++) {
+			active_profile++) {
 			if (strcmp(active_profile->name, profile) == 0) {
 				break;
 			}



More information about the varnish-commit mailing list