From ee99a44c8782eb86060eb717cce412b04b15d24c Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 6 Feb 2025 07:25:08 -0400 Subject: [PATCH] MT#62053 fix spacing Change-Id: If3c4b16d96a4ea5d318cf96e809938480734eb13 --- lib/get_all_rtp_for_host | 8 ++++---- lib/get_all_rtp_for_instance | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/get_all_rtp_for_host b/lib/get_all_rtp_for_host index 5eeece3c..26ae1f58 100644 --- a/lib/get_all_rtp_for_host +++ b/lib/get_all_rtp_for_host @@ -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; diff --git a/lib/get_all_rtp_for_instance b/lib/get_all_rtp_for_instance index 87dcdf21..70426673 100644 --- a/lib/get_all_rtp_for_instance +++ b/lib/get_all_rtp_for_instance @@ -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;