summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/drivers/Cache_apc.php
diff options
context:
space:
mode:
authorsapics <gv.nishino@gmail.com>2019-09-25 06:50:31 +0200
committersapics <gv.nishino@gmail.com>2019-09-25 06:52:56 +0200
commit505f8491b056c3cd93fc73d61730963eddab6502 (patch)
tree3cbccbc0531ede689f18dbd4ceb21deb358b6dd0 /system/libraries/Cache/drivers/Cache_apc.php
parent00df649efef7fe3420138c6f66c95ce1042ab3d2 (diff)
Fix indent
Diffstat (limited to 'system/libraries/Cache/drivers/Cache_apc.php')
-rw-r--r--system/libraries/Cache/drivers/Cache_apc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/libraries/Cache/drivers/Cache_apc.php b/system/libraries/Cache/drivers/Cache_apc.php
index 8da8854ee..c0527e665 100644
--- a/system/libraries/Cache/drivers/Cache_apc.php
+++ b/system/libraries/Cache/drivers/Cache_apc.php
@@ -160,10 +160,10 @@ class CI_Cache_apc extends CI_Driver {
* @param string user/filehits
* @return mixed array on success, false on failure
*/
- public function cache_info($type = NULL)
- {
- return apc_cache_info($type);
- }
+ public function cache_info($type = NULL)
+ {
+ return apc_cache_info($type);
+ }
// ------------------------------------------------------------------------