From 0ade610a92c42a3f3ae9ba2f211e7bf4bebc7354 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/upload.php --- xCAT-UI/lib/upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/lib/upload.php b/xCAT-UI/lib/upload.php index 983fa30a1..9371ca81e 100644 --- a/xCAT-UI/lib/upload.php +++ b/xCAT-UI/lib/upload.php @@ -26,4 +26,4 @@ if ($type == "text/plain" || $type == "application/octet-stream" || $type == "ap } else { echo "(Error) File type $type not supported"; } -?> \ No newline at end of file +?>