Merge pull request #1862 from owncloud/whitespace-cleanup

Whitespace cleanup
This commit is contained in:
Thomas Müller 2013-02-23 11:39:13 -08:00
commit a417028ccd
40 changed files with 448 additions and 452 deletions

View File

@ -212,4 +212,3 @@ if (isset($path)) {
header('HTTP/1.0 404 Not Found');
$tmpl = new OCP\Template('', '404', 'guest');
$tmpl->printPage();

View File

@ -69,4 +69,3 @@
</td>
</tr>
<?php endforeach;

View File

@ -14,4 +14,3 @@ if(OCA\Files_Versions\Storage::rollback( $file, $revision )) {
$l = OC_L10N::get('files_versions');
OCP\JSON::error(array("data" => array( "message" => $l->t("Could not revert: %s", array($file) ))));
}

View File

@ -102,4 +102,3 @@ class Helper {
return true;
}
}