From 9265693a0c6ea4c9239867a23f5e1f13c01f78ff 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/xnba.pm --- xCAT-server/lib/xcat/plugins/xnba.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/xnba.pm b/xCAT-server/lib/xcat/plugins/xnba.pm index 01eb1747c..b77366ec0 100644 --- a/xCAT-server/lib/xcat/plugins/xnba.pm +++ b/xCAT-server/lib/xcat/plugins/xnba.pm @@ -688,7 +688,7 @@ sub process_request { arg => \@args , bootparams => \%bphash}, \&pass_along); - if ($errored) { + if ($errored) { xCAT::MsgUtils->trace($verbose_on_off, "d", "xnba: Failed in processing setdestiny."); return if ($errored > 1); } @@ -807,7 +807,7 @@ sub process_request { nodes --- a pointer to an array of nodes states -- a pointer to a hash table. This hash will be filled by this function. The key is the nodeset status and the value is a pointer - to an array of nodes. + to an array of nodes. Returns: (return code, error message) =cut