Remove extra new lines
diff --git a/system/core/Input.php b/system/core/Input.php
index 18406fe..f6213c3 100644
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -209,7 +209,6 @@
 		return $this->_fetch_from_array($_POST, $index, $xss_clean);
 	}
 
-
 	// --------------------------------------------------------------------
 
 	/**