Code style fix
diff --git a/system/core/Input.php b/system/core/Input.php
index 1e21886..6690b7f 100644
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -163,7 +163,7 @@
 			for ($i = 0; $i < $count; $i++)
 			{
 				$key = trim($matches[0][$i], '[]');
-				if($key === '') // Empty notation will return the value as array
+				if ($key === '') // Empty notation will return the value as array
 				{
 					break;
 				}