diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:11:50 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:11:50 +0200 |
commit | bcd13296def0ac8b8fb48067472f1019d5715895 (patch) | |
tree | eab22a316ef3012a06d05a477f8ca235ce6e84b6 /ocm-provider | |
parent | a8a06a82d2b93c17b3014f0d468f23239100ca10 (diff) | |
download | nextcloud-server-bcd13296def0ac8b8fb48067472f1019d5715895.tar.gz nextcloud-server-bcd13296def0ac8b8fb48067472f1019d5715895.zip |
Make sure every file ends with an empty newline
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'ocm-provider')
-rw-r--r-- | ocm-provider/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ocm-provider/index.php b/ocm-provider/index.php index 079ef790faa..e1aa7f2b03b 100644 --- a/ocm-provider/index.php +++ b/ocm-provider/index.php @@ -36,4 +36,3 @@ if ($isEnabled) { header($_SERVER["SERVER_PROTOCOL"]." 501 Not Implemented", true, 501); exit("501 Not Implemented"); } - |