summaryrefslogtreecommitdiffstats
path: root/apps/files/list.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 16:11:50 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 16:11:50 +0200
commitbcd13296def0ac8b8fb48067472f1019d5715895 (patch)
treeeab22a316ef3012a06d05a477f8ca235ce6e84b6 /apps/files/list.php
parenta8a06a82d2b93c17b3014f0d468f23239100ca10 (diff)
downloadnextcloud-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 'apps/files/list.php')
-rw-r--r--apps/files/list.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/list.php b/apps/files/list.php
index 7d7fc7f105e..e4713ae2960 100644
--- a/apps/files/list.php
+++ b/apps/files/list.php
@@ -37,4 +37,3 @@ $tmpl = new OCP\Template('files', 'list', '');
$tmpl->assign('showgridview', $showgridview && !$isIE);
$tmpl->assign('publicUploadEnabled', $publicUploadEnabled);
$tmpl->printPage();
-