Respect coding style

This commit is contained in:
Thomas Müller 2012-09-04 13:26:13 +03:00
parent 3d74c5b3ec
commit a3cda32392
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@
* *
*/ */
require_once('../lib/base.php'); require_once '../lib/base.php';
@ob_clean(); @ob_clean();
OC_OCS::handle(); OC_OCS::handle();