Skip to content
Snippets Groups Projects
Commit 23f348c9 authored by Thomas Müller's avatar Thomas Müller
Browse files

Respect coding style

parent 87e1a27f
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ class OC_Cache_File{
$this->storage = new OC_FilesystemView('/'.OC_User::getUser().'/'.$subdir);
return $this->storage;
}else{
OC_Log::write('core','Can\'t get cache storage, user not logged in', OC_Log::ERROR);
OC_Log::write('core', 'Can\'t get cache storage, user not logged in', OC_Log::ERROR);
return false;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment