From a50eb01e300d24293ddf422b68d662f5665fa80e 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/uploadfile.php --- xCAT-UI/lib/uploadfile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/lib/uploadfile.php b/xCAT-UI/lib/uploadfile.php index fa382c587..75301d2b6 100644 --- a/xCAT-UI/lib/uploadfile.php +++ b/xCAT-UI/lib/uploadfile.php @@ -60,4 +60,4 @@ if (move_uploaded_file($_FILES["file"]["tmp_name"], $path)) { echo $reason; } -?> \ No newline at end of file +?>