[ci skip] Again, remove whitespace
diff --git a/index.php b/index.php
index b327239..4dbc12a 100755
--- a/index.php
+++ b/index.php
@@ -225,7 +225,7 @@
 	define('BASEPATH', str_replace('\\', '/', $system_path));
 
 	// Path to the front controller (this file)
-	define('FCPATH', dirname(__FILE__) . '/');
+	define('FCPATH', dirname(__FILE__).'/');
 
 	// Name of the "system folder"
 	define('SYSDIR', trim(strrchr(trim(BASEPATH, '/'), '/'), '/'));