]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - bridge/vlan.c
Replace open-coded instances of print_nl()
[mirror_iproute2.git] / bridge / vlan.c
index 8753d4c327bc12666c21c797d76a9532306165ca..0d142bc9055da1000896ec89df400f5bc7292ab0 100644 (file)
@@ -360,7 +360,7 @@ static void print_vlan_tunnel_info(struct rtattr *tb, int ifindex)
                }
                print_range("tunid", last_tunid_start, tunnel_id);
                close_json_object();
-               print_string(PRINT_FP, NULL, "%s", _SL_);
+               print_nl();
        }
 
        if (opened)
@@ -644,7 +644,7 @@ void print_vlan_info(struct rtattr *tb, int ifindex)
 
                print_vlan_flags(vinfo->flags);
                close_json_object();
-               print_string(PRINT_FP, NULL, "%s", _SL_);
+               print_nl();
        }
 
        if (opened)