apply coding style

This commit is contained in:
Thomas Mueller 2012-08-29 00:50:12 +02:00
parent f301bfd8c9
commit fe49cbafc7
8 changed files with 45 additions and 44 deletions

View File

@ -5,7 +5,7 @@ $RUNTIME_APPTYPES=array('filesystem');
// Init owncloud
require_once('lib/template.php');
require_once 'lib/template.php';
OCP\JSON::checkLoggedIn();

View File

@ -18,7 +18,8 @@ if($force or !OC_FileCache::inCache('')){
OCP\DB::beginTransaction();
if(OC_Cache::isFast()) {
OC_Cache::clear('fileid/'); //make sure the old fileid's don't mess things up
//make sure the old fileid's don't mess things up
OC_Cache::clear('fileid/');
}
OC_FileCache::scan($dir, $eventSource);