From 915e231ee66a6225c9808989d82672739c2f8ea0 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-server/lib/xcat/plugins/switch.pm --- xCAT-server/lib/xcat/plugins/switch.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/switch.pm b/xCAT-server/lib/xcat/plugins/switch.pm index 8823ec029..1639b3be0 100644 --- a/xCAT-server/lib/xcat/plugins/switch.pm +++ b/xCAT-server/lib/xcat/plugins/switch.pm @@ -275,7 +275,7 @@ sub process_request { if (!$mac) { $mac_vlan="N/A"; } elsif ($vlanid) { - $mac_vlan = "$mac($vlanid)"; + $mac_vlan = "$mac($vlanid)"; } else { $mac_vlan = $mac; } @@ -431,7 +431,7 @@ sub process_switch_config { #-------------------------------------------------------------------------------- =head3 getSwitchType - It determins the swtich vendor and model for the given swith. + It determins the swtich vendor and model for the given swith. Arguments: noderange-- an array ref to switches. Returns: