Remove trailing and in between spaces

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst
2020-04-09 16:07:47 +02:00
parent 42625a46be
commit 44577e4345
115 changed files with 296 additions and 296 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ function handleException($e) {
$server->exec();
} else {
$statusCode = 500;
if ($e instanceof \OC\ServiceUnavailableException ) {
if ($e instanceof \OC\ServiceUnavailableException) {
$statusCode = 503;
}
if ($e instanceof RemoteException) {