Whitespace fixes in apps

This commit is contained in:
Bart Visscher 2012-08-29 08:42:49 +02:00
parent 52f2e7112e
commit 0e58800016
41 changed files with 159 additions and 171 deletions

View File

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

View File

@ -3,4 +3,3 @@
// see lib/base.php for an example
//session_start();
$_SESSION['timezone'] = $_GET['time'];

View File

@ -41,5 +41,3 @@ foreach($filesToRemove as $file) {
break;
}
}

View File

@ -14,6 +14,3 @@
<input type="submit" name="submitFilesAdminSettings" id="submitFilesAdminSettings" value="Save"/>
</fieldset>
</form>

View File

@ -296,4 +296,3 @@ class OC_FileStorage_DAV extends OC_Filestorage_Common{
}
}
}

View File

@ -26,4 +26,3 @@ if(!is_array($config) or !isset($config['ftp']) or !$config['ftp']['run']){
}
}
}

View File

@ -41,4 +41,3 @@ if(!is_array($config) or !isset($config['google']) or !$config['google']['run'])
}
}
}

View File

@ -28,4 +28,3 @@ if(!is_array($config) or !isset($config['swift']) or !$config['swift']['run']){
}
}

View File

@ -26,4 +26,3 @@ if(!is_array($config) or !isset($config['webdav']) or !$config['webdav']['run'])
}
}
}