diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-02-12 19:46:10 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-02-12 19:46:10 +0100 |
commit | 74e5098bfb433b013bd4e3c95a23f5df43351469 (patch) | |
tree | 170fb66e5809d4be69a70b56d77c89c8c84f59ef /system/database | |
parent | 574c85df35b68251c178510649b88b61eb84a43d (diff) |
Replace a few spaces with a tab
Diffstat (limited to 'system/database')
-rw-r--r-- | system/database/drivers/oci8/oci8_result.php | 2 |
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]; - } + } // -------------------------------------------------------------------- |