From 1870218cc1ac8088a4dd802fc89ee72d5ffacc3f 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/RSH.pm --- perl-xCAT/xCAT/RSH.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/perl-xCAT/xCAT/RSH.pm b/perl-xCAT/xCAT/RSH.pm index 8a03e9db2..2e5ea48e0 100644 --- a/perl-xCAT/xCAT/RSH.pm +++ b/perl-xCAT/xCAT/RSH.pm @@ -34,13 +34,13 @@ if ($^O eq 'linux') { Returns: A command array for the rsh command with the appropriate arguments as defined in the $config hash table - + Globals: $RSH_CMD - + Error: None - + Example: xCAT::RSH->remote_shell_command($config_hash, '/usr/bin/rsh'); @@ -92,13 +92,13 @@ sub remote_shell_command { Returns: A command array for the rcp command with the appropriate arguments as defined in the $config hash table - + Globals: $RCP_CMD - + Error: None - + Example: xCAT::RSH->remote_copy_command($config_hash, '/usr/bin/rcp');