tiny modification to whitespace from philsturgeon's bugfix to match CI style guidelines
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php
index 0e71aee..b85663b 100644
--- a/system/libraries/Upload.php
+++ b/system/libraries/Upload.php
@@ -578,7 +578,7 @@
 			$mime = $this->mimes_types(strtolower($val));
 
 			// Images get some additional checks
-			if ($this->file_ext == '.' . $val &&  in_array($val, $image_types))
+			if ($this->file_ext == '.'.$val &&  in_array($val, $image_types))
 			{
 				if (getimagesize($this->file_temp) === FALSE)
 				{