summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8/oci8_result.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-02-12 19:46:10 +0100
committerAndrey Andreev <narf@bofh.bg>2012-02-12 19:46:10 +0100
commit74e5098bfb433b013bd4e3c95a23f5df43351469 (patch)
tree170fb66e5809d4be69a70b56d77c89c8c84f59ef /system/database/drivers/oci8/oci8_result.php
parent574c85df35b68251c178510649b88b61eb84a43d (diff)
Replace a few spaces with a tab
Diffstat (limited to 'system/database/drivers/oci8/oci8_result.php')
-rw-r--r--system/database/drivers/oci8/oci8_result.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php
index ce6aa996f..ff6f7a405 100644
--- a/system/database/drivers/oci8/oci8_result.php
+++ b/system/database/drivers/oci8/oci8_result.php
@@ -343,7 +343,7 @@ class CI_DB_oci8_result extends CI_DB_result {
}
return $this->custom_result_object[$class_name];
- }
+ }
// --------------------------------------------------------------------