From 63d987f6a996f22febe8910d4e3682a0ba1d095b 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 xCAT-server/lib/xcat/plugins/syncfiles.pm --- xCAT-server/lib/xcat/plugins/syncfiles.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/syncfiles.pm b/xCAT-server/lib/xcat/plugins/syncfiles.pm index 9114fbbde..ff31ca2c5 100644 --- a/xCAT-server/lib/xcat/plugins/syncfiles.pm +++ b/xCAT-server/lib/xcat/plugins/syncfiles.pm @@ -66,7 +66,7 @@ sub process_request ) { xCAT::MsgUtils->message("S", "Received syncfiles from $client, with invalid options @ARGV"); - return; + return; } if ($options{'node-rcp'}){ @@ -125,7 +125,7 @@ sub syncfiles { # call the xdcp plugin to handle the syncfile operation my $args = [ "-F", "$synclistfile"]; if($::RCP){ - push @$args,"-r"; + push @$args,"-r"; push @$args, "$::RCP"; } my $env = ["DSH_RSYNC_FILE=$synclistfile"];