Skip to content

Commit ee99a44

Browse files
committed
MT#62053 fix spacing
Change-Id: If3c4b16d96a4ea5d318cf96e809938480734eb13
1 parent 2b40e7b commit ee99a44

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

lib/get_all_rtp_for_host

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ IF status.item(hosts.$X_host.status);
8080
name = X_name
8181
address = X_ip
8282
adv_addr = X_adv_ip
83-
port_min = X_ifc.rtp_port_min || 0
84-
port_max = X_ifc.rtp_port_max || 0
83+
port_min = X_ifc.rtp_port_min || 0
84+
port_max = X_ifc.rtp_port_max || 0
8585
};
8686
out.push(X_obj);
8787
ELSE;
@@ -113,8 +113,8 @@ IF status.item(hosts.$X_host.status);
113113
X_obj = {
114114
name = X_name
115115
address = X_ip
116-
port_min = X_ifc.rtp_port_min || 0
117-
port_max = X_ifc.rtp_port_max || 0
116+
port_min = X_ifc.rtp_port_min || 0
117+
port_max = X_ifc.rtp_port_max || 0
118118
};
119119
out.push(X_obj);
120120
ELSE;

lib/get_all_rtp_for_instance

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ FOREACH X_ifc IN argv.instance.interfaces;
7070
name = X_name
7171
address = X_ip
7272
adv_addr = X_adv_ip
73-
port_min = X_ifc.rtp_port_min || 0
74-
port_max = X_ifc.rtp_port_max || 0
73+
port_min = X_ifc.rtp_port_min || 0
74+
port_max = X_ifc.rtp_port_max || 0
7575
};
7676
out.push(X_obj);
7777
ELSE;
@@ -103,8 +103,8 @@ FOREACH X_ifc IN argv.instance.interfaces;
103103
X_obj = {
104104
name = X_name
105105
address = X_ip
106-
port_min = X_ifc.rtp_port_min || 0
107-
port_max = X_ifc.rtp_port_max || 0
106+
port_min = X_ifc.rtp_port_min || 0
107+
port_max = X_ifc.rtp_port_max || 0
108108
};
109109
out.push(X_obj);
110110
ELSE;

0 commit comments

Comments
 (0)