From 69d4e066c8f3788d1de72b9a196f604c07be4bbe 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/updatehwinv.pm --- xCAT-server/lib/xcat/plugins/updatehwinv.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/updatehwinv.pm b/xCAT-server/lib/xcat/plugins/updatehwinv.pm index d91460804..1ba8688df 100644 --- a/xCAT-server/lib/xcat/plugins/updatehwinv.pm +++ b/xCAT-server/lib/xcat/plugins/updatehwinv.pm @@ -65,7 +65,7 @@ sub update_hw_inv { if ($basicdata) { my $hwinv_tab = xCAT::Table->new("hwinv", -create => 1); - xCAT::MsgUtils->message("S", "xcat.hwinv: Update hwinv for $node"); + xCAT::MsgUtils->message("S", "xcat.hwinv: Update hwinv for $node"); $hwinv_tab->setNodeAttribs($node, $basicdata); } if (@nodefs) {