MT#62053 fix spacing

Change-Id: If3c4b16d96a4ea5d318cf96e809938480734eb13
master
Richard Fuchs 3 months ago
parent 2b40e7b986
commit ee99a44c87

@ -80,8 +80,8 @@ IF status.item(hosts.$X_host.status);
name = X_name
address = X_ip
adv_addr = X_adv_ip
port_min = X_ifc.rtp_port_min || 0
port_max = X_ifc.rtp_port_max || 0
port_min = X_ifc.rtp_port_min || 0
port_max = X_ifc.rtp_port_max || 0
};
out.push(X_obj);
ELSE;
@ -113,8 +113,8 @@ IF status.item(hosts.$X_host.status);
X_obj = {
name = X_name
address = X_ip
port_min = X_ifc.rtp_port_min || 0
port_max = X_ifc.rtp_port_max || 0
port_min = X_ifc.rtp_port_min || 0
port_max = X_ifc.rtp_port_max || 0
};
out.push(X_obj);
ELSE;

@ -70,8 +70,8 @@ FOREACH X_ifc IN argv.instance.interfaces;
name = X_name
address = X_ip
adv_addr = X_adv_ip
port_min = X_ifc.rtp_port_min || 0
port_max = X_ifc.rtp_port_max || 0
port_min = X_ifc.rtp_port_min || 0
port_max = X_ifc.rtp_port_max || 0
};
out.push(X_obj);
ELSE;
@ -103,8 +103,8 @@ FOREACH X_ifc IN argv.instance.interfaces;
X_obj = {
name = X_name
address = X_ip
port_min = X_ifc.rtp_port_min || 0
port_max = X_ifc.rtp_port_max || 0
port_min = X_ifc.rtp_port_min || 0
port_max = X_ifc.rtp_port_max || 0
};
out.push(X_obj);
ELSE;

Loading…
Cancel
Save