summaryrefslogtreecommitdiffstats
path: root/system/core
diff options
context:
space:
mode:
authorvkeranov <vkeranov@gmail.com>2012-10-27 17:06:09 +0200
committervkeranov <vkeranov@gmail.com>2012-10-27 17:06:09 +0200
commit8b9aa179047643668446ca454461a3ef34b3d228 (patch)
treea62e83f31b91c25deb365578aa119acbe27e6c8c /system/core
parenta5779d0a9ad598da8647e033ef8d88c3ac81fa02 (diff)
Remove extra new lines
Diffstat (limited to 'system/core')
-rw-r--r--system/core/Input.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/core/Input.php b/system/core/Input.php
index 18406fe43..f6213c34e 100644
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -209,7 +209,6 @@ class CI_Input {
return $this->_fetch_from_array($_POST, $index, $xss_clean);
}
-
// --------------------------------------------------------------------
/**