From d9015a8c94bfd71fe484618a06d276701d3bf9ff Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 5 Oct 2020 15:12:57 +0200 Subject: Format code to a single space around binary operators Signed-off-by: Christoph Wurst --- ocs/v1.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ocs') diff --git a/ocs/v1.php b/ocs/v1.php index 0c24aa814eb..b6dfb91d68a 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -90,7 +90,7 @@ try { OC_API::setContentType(); $format = \OC::$server->getRequest()->getParam('format', 'xml'); - $txt='Invalid query, please check the syntax. API specifications are here:' + $txt = 'Invalid query, please check the syntax. API specifications are here:' .' http://www.freedesktop.org/wiki/Specifications/open-collaboration-services.'."\n"; OC_API::respond(new \OC\OCS\Result(null, \OCP\API::RESPOND_NOT_FOUND, $txt), $format); } catch (MethodNotAllowedException $e) { @@ -105,7 +105,7 @@ try { OC_API::setContentType(); $format = \OC::$server->getRequest()->getParam('format', 'xml'); - $txt='Invalid query, please check the syntax. API specifications are here:' + $txt = 'Invalid query, please check the syntax. API specifications are here:' .' http://www.freedesktop.org/wiki/Specifications/open-collaboration-services.'."\n"; OC_API::respond(new \OC\OCS\Result(null, \OCP\API::RESPOND_NOT_FOUND, $txt), $format); } -- cgit v1.2.3