From fd6b22d55dfa29f446b45344e00ce2158aa5b854 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 perl-xCAT/xCAT/zvmCPUtils.pm --- perl-xCAT/xCAT/zvmCPUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/zvmCPUtils.pm b/perl-xCAT/xCAT/zvmCPUtils.pm index 22f5e67b7..66dffe22e 100644 --- a/perl-xCAT/xCAT/zvmCPUtils.pm +++ b/perl-xCAT/xCAT/zvmCPUtils.pm @@ -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