Signed-off-by: Ben Pfaff <[email protected]>
---
 lib/ofp-parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.10.2

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to