summaryrefslogtreecommitdiffstats
path: root/system/libraries/Input.php
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-06-30 19:23:41 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-06-30 19:23:41 +0200
commit067e5ddff71ebedfb9d1889f48829d1766b81c2c (patch)
treeed7063facd155b4427d7b254cbeaed76d0d82691 /system/libraries/Input.php
parent40f38f1e289eda97026cc3d21558cd99bcce2e1d (diff)
whitespace
Diffstat (limited to 'system/libraries/Input.php')
-rw-r--r--system/libraries/Input.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Input.php b/system/libraries/Input.php
index a2f1d0056..4d2e9e298 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -834,7 +834,6 @@ class CI_Input {
'/\x0b/', '/\x0c/', // 11, 12
'/[\x0e-\x1f]/' // 14-31
);
-
}
do