summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-20 14:33:55 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-20 14:33:55 +0100
commit35bbb1ab4f7ee09d75fb407c6d9d9637b4404698 (patch)
tree43923b2373a001f8366a8b8372d17119e28ea9b2 /system
parent838ab99854bc3eb2b9495ce5db92cd6611ef813e (diff)
Remove EOF newlines
Diffstat (limited to 'system')
-rwxr-xr-xsystem/database/DB.php2
-rw-r--r--system/database/DB_driver.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/system/database/DB.php b/system/database/DB.php
index be6ee9c2f..7c12e562b 100755
--- a/system/database/DB.php
+++ b/system/database/DB.php
@@ -161,4 +161,4 @@ function &DB($params = '', $active_record_override = NULL)
}
/* End of file DB.php */
-/* Location: ./system/database/DB.php */
+/* Location: ./system/database/DB.php */ \ No newline at end of file
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index 162d3bbb2..1fce76cb5 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -1327,4 +1327,4 @@ class CI_DB_driver {
}
/* End of file DB_driver.php */
-/* Location: ./system/database/DB_driver.php */
+/* Location: ./system/database/DB_driver.php */ \ No newline at end of file