summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/drivers/Cache_dummy.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-10-08 09:37:45 +0200
committerAndrey Andreev <narf@devilix.net>2019-10-08 09:40:18 +0200
commitdeae7d79db2b4f157df32356c6c3e8acde6de3fb (patch)
tree7ed2885d4b044c69e188ac74c46a24a18f63e1ff /system/libraries/Cache/drivers/Cache_dummy.php
parent521e967a310f1304fa70dcbcbc0aac7ad463e2c7 (diff)
Merge pull request #5842 from sapics/chore/fix-indent
Fix indentation / clear whitespace
Diffstat (limited to 'system/libraries/Cache/drivers/Cache_dummy.php')
-rw-r--r--system/libraries/Cache/drivers/Cache_dummy.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/libraries/Cache/drivers/Cache_dummy.php b/system/libraries/Cache/drivers/Cache_dummy.php
index fdb9042ef..0a90d0692 100644
--- a/system/libraries/Cache/drivers/Cache_dummy.php
+++ b/system/libraries/Cache/drivers/Cache_dummy.php
@@ -138,10 +138,10 @@ class CI_Cache_dummy extends CI_Driver {
* @param string user/filehits
* @return bool FALSE
*/
- public function cache_info($type = NULL)
- {
- return FALSE;
- }
+ public function cache_info($type = NULL)
+ {
+ return FALSE;
+ }
// ------------------------------------------------------------------------