diff --git a/system/libraries/Input.php b/system/libraries/Input.php
index 8408b16..b630bf6 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -436,7 +436,6 @@
 		 * these are the ones that will pose security problems.
 		 *
 		 */
-		
 		if (preg_match_all("/<(.+?)>/si", $str, $matches))
 		{		
 			for ($i = 0; $i < count($matches['0']); $i++)