diff mbox

[ovs-dev,29/31] fixup: Style.

Message ID 20170612222856.14108-30-blp@ovn.org
State Superseded
Headers show

Commit Message

Ben Pfaff June 12, 2017, 10:28 p.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 lib/ofp-parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/lib/ofp-parse.c b/lib/ofp-parse.c
index d7f74c949ed7..528b75b4f4e1 100644
--- a/lib/ofp-parse.c
+++ b/lib/ofp-parse.c
@@ -674,7 +674,7 @@  parse_ofp_packet_out_str__(struct ofputil_packet_out *po, char *string,
                 ovs_be32 packet_type;
                 *ns_type = '\0';
                 packet_type = PACKET_TYPE_BE(strtoul(ns, NULL, 0),
-                                             strtoul(++ns_type,NULL, 0));
+                                             strtoul(++ns_type, NULL, 0));
                 match_set_packet_type(&po->flow_metadata, packet_type);
             } else {
                 error = xasprintf("%s(%s) can't be interpreted", name, value);