From 816fb94c8f5e29d6dd0c7044fa3c59eb3910ed7b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 9 Jan 2013 19:34:01 +0100 Subject: Fix some indentation issues Signed-off-by: Florian Pritz --- application/controllers/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/controllers/file.php') diff --git a/application/controllers/file.php b/application/controllers/file.php index f9c576536..18e570b20 100644 --- a/application/controllers/file.php +++ b/application/controllers/file.php @@ -674,7 +674,7 @@ class File extends CI_Controller { $dh = opendir($upload_path."/".$dir); $empty = true; - + while (($file = readdir($dh)) !== false) { if ($file == ".." || $file == ".") { continue; -- cgit v1.2.3-24-g4f1b