2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

Remove trailing spaces in file perl-xCAT/xCAT/zvmCPUtils.pm

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 08357faa33
commit fd6b22d55d

View File

@ -921,7 +921,7 @@ sub smapiFlashCopy {
"" means that the current class is to be used
anything else is the class to set on the punched file
Returns : Operation results ("Done" or "Failed" with additional info)
Example : my $response = xCAT::zvmCPUtils->punch2Reader( $user, $hcp, $userId, $srcFile,
Example : my $response = xCAT::zvmCPUtils->punch2Reader( $user, $hcp, $userId, $srcFile,
$tgtFile, $options, $spoolClass );
=cut