From abdc5576a35b88a786a6f1d6f84adc437633d806 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-UI/lib/cmd.php --- xCAT-UI/lib/cmd.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-UI/lib/cmd.php b/xCAT-UI/lib/cmd.php index db9a3a23b..a7a8d67c5 100644 --- a/xCAT-UI/lib/cmd.php +++ b/xCAT-UI/lib/cmd.php @@ -76,7 +76,7 @@ if (isset($_GET["cmd"])) { $opts_array = array($opts); } } - + // Time needed to update /etc/hosts if (strncasecmp($cmd, "makehosts", 9) == 0) { sleep(5); @@ -238,4 +238,4 @@ function extractExtnoderange($xml) { return $rsp; } -?> \ No newline at end of file +?>