[ovs-dev] [PATCH trivial 3/3] ovn-northd: Fix minor style variation.

Joe Stringer joe at ovn.org
Wed Aug 9 20:38:07 UTC 2017


Signed-off-by: Joe Stringer <joe at ovn.org>
---
 ovn/northd/ovn-northd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c
index 99d15a7a56c4..49e4ac3383d3 100644
--- a/ovn/northd/ovn-northd.c
+++ b/ovn/northd/ovn-northd.c
@@ -1886,7 +1886,7 @@ ovn_port_update_sbrec(struct northd_context *ctx,
                 if (chassis) {
                     /* If we found the chassis, and the gw chassis on record
                      * differs from what we expect go ahead and update */
-                    if (op->sb->n_gateway_chassis !=1
+                    if (op->sb->n_gateway_chassis != 1
                         || strcmp(op->sb->gateway_chassis[0]->chassis->name,
                                   chassis->name)
                         || op->sb->gateway_chassis[0]->priority != 0) {
-- 
2.13.3



More information about the dev mailing list