]> source.dussan.org Git - nextcloud-server.git/commitdiff
Respect coding style
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 10:26:13 +0000 (13:26 +0300)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 10:26:13 +0000 (13:26 +0300)
ocs/v1.php

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