Skip to content

Commit

Permalink
ovn-northd: Fix minor style variation.
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Stringer <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
joestringer committed Aug 9, 2017
1 parent 09a2128 commit 13ad61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovn/northd/ovn-northd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 13ad61c

Please sign in to comment.