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/xen.pm

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 12404f81fd
commit 7867f23cd6

View File

@@ -709,7 +709,7 @@ sub process_request {
if ($command eq "rpower" and grep(/^pduon|pduoff|pdureset|pdustat$/, @exargs)) {
return;
}
if ($command eq 'revacuate') {
my $newnoderange;
foreach (@$noderange) {