summaryrefslogtreecommitdiffstats
path: root/system/database/DB.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-10-08 09:37:45 +0200
committerGitHub <noreply@github.com>2019-10-08 09:37:45 +0200
commit6f21b77955e5089bc07881adb209d2c23d9ba461 (patch)
tree8341b462ae9ddd09a6f43659711c6363fda473e5 /system/database/DB.php
parent5cd4c8e67c1f096b6cfbc4994608952c59b6dff8 (diff)
parent505f8491b056c3cd93fc73d61730963eddab6502 (diff)
Merge pull request #5842 from sapics/chore/fix-indent
Fix indentation / clear whitespace
Diffstat (limited to 'system/database/DB.php')
-rw-r--r--system/database/DB.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB.php b/system/database/DB.php
index dddcf758c..558212718 100644
--- a/system/database/DB.php
+++ b/system/database/DB.php
@@ -185,7 +185,7 @@ function &DB($params = '', $query_builder_override = NULL)
elseif ( ! class_exists('CI_DB', FALSE))
{
/**
- * @ignore
+ * @ignore
*/
class CI_DB extends CI_DB_driver { }
}