2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-28 07:11:11 +00:00

Remove trailing spaces in file xCAT-server/lib/xcat/plugins/switch.pm

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 7689bdb2c1
commit 915e231ee6

View File

@@ -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: