[master] ae5a342 Polish

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Dec 7 14:28:08 CET 2015


commit ae5a3429ca0f117ea15f1be3c1c493b4612e3ee5
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Dec 7 12:14:12 2015 +0100

    Polish

diff --git a/bin/varnishd/mgt/mgt_vcl.c b/bin/varnishd/mgt/mgt_vcl.c
index b12bdb6..37359f2 100644
--- a/bin/varnishd/mgt/mgt_vcl.c
+++ b/bin/varnishd/mgt/mgt_vcl.c
@@ -416,8 +416,8 @@ mcf_vcl_list(struct cli *cli, const char * const *av, void *priv)
 		VTAILQ_FOREACH(vp, &vclhead, list) {
 			VCLI_Out(cli, "%-10s %4s/%-8s %6s %s\n",
 			    vp == active_vcl ? "active" : "available",
-			    vp->state,
-			    vp->warm ? "warm" : "cold", "", vp->name);
+			    vp->state, vp->warm ? "warm" : "cold", "",
+			    vp->name);
 		}
 	}
 }



More information about the varnish-commit mailing list