From a3cda32392b2c605427de2aff4898b509680a6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Tue, 4 Sep 2012 13:26:13 +0300 Subject: [PATCH] Respect coding style --- ocs/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocs/v1.php b/ocs/v1.php index ab0dc80f4b..b12ea5ef18 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -21,6 +21,6 @@ * */ -require_once('../lib/base.php'); +require_once '../lib/base.php'; @ob_clean(); OC_OCS::handle();