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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user