summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/list.php1
-rw-r--r--apps/files/simplelist.php1
-rw-r--r--apps/files_external/lib/Lib/Storage/SFTPWriteStream.php1
-rw-r--r--apps/files_sharing/lib/Exceptions/SharingRightsException.php1
-rw-r--r--apps/files_versions/appinfo/app.php1
-rw-r--r--apps/files_versions/appinfo/routes.php1
-rw-r--r--apps/systemtags/appinfo/app.php1
-rw-r--r--apps/testing/appinfo/app.php1
-rw-r--r--apps/theming/appinfo/app.php2
-rw-r--r--apps/theming/appinfo/routes.php1
10 files changed, 1 insertions, 10 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();
-
diff --git a/apps/files/simplelist.php b/apps/files/simplelist.php
index 7bb6fb34558..eebb5beb51f 100644
--- a/apps/files/simplelist.php
+++ b/apps/files/simplelist.php
@@ -35,4 +35,3 @@ $tmpl = new OCP\Template('files', 'simplelist', '');
// gridview not available for ie
$tmpl->assign('showgridview', $showgridview && !$isIE);
$tmpl->printPage();
-
diff --git a/apps/files_external/lib/Lib/Storage/SFTPWriteStream.php b/apps/files_external/lib/Lib/Storage/SFTPWriteStream.php
index cb693f82f71..b5bc3ab667d 100644
--- a/apps/files_external/lib/Lib/Storage/SFTPWriteStream.php
+++ b/apps/files_external/lib/Lib/Storage/SFTPWriteStream.php
@@ -180,4 +180,3 @@ class SFTPWriteStream implements File {
}
}
-
diff --git a/apps/files_sharing/lib/Exceptions/SharingRightsException.php b/apps/files_sharing/lib/Exceptions/SharingRightsException.php
index 868ead81e7f..3df5754e0a1 100644
--- a/apps/files_sharing/lib/Exceptions/SharingRightsException.php
+++ b/apps/files_sharing/lib/Exceptions/SharingRightsException.php
@@ -36,4 +36,3 @@ use Exception;
class SharingRightsException extends Exception {
}
-
diff --git a/apps/files_versions/appinfo/app.php b/apps/files_versions/appinfo/app.php
index 09650858392..917b8831c06 100644
--- a/apps/files_versions/appinfo/app.php
+++ b/apps/files_versions/appinfo/app.php
@@ -22,4 +22,3 @@
*/
\OC::$server->query(\OCA\Files_Versions\AppInfo\Application::class);
-
diff --git a/apps/files_versions/appinfo/routes.php b/apps/files_versions/appinfo/routes.php
index 0149c0d3b0e..7252ddcd22b 100644
--- a/apps/files_versions/appinfo/routes.php
+++ b/apps/files_versions/appinfo/routes.php
@@ -46,4 +46,3 @@ $this->create('files_versions_ajax_getVersions', 'ajax/getVersions.php')
->actionInclude('files_versions/ajax/getVersions.php');
$this->create('files_versions_ajax_rollbackVersion', 'ajax/rollbackVersion.php')
->actionInclude('files_versions/ajax/rollbackVersion.php');
-
diff --git a/apps/systemtags/appinfo/app.php b/apps/systemtags/appinfo/app.php
index 3764ff4a88f..e4bf9b91fa4 100644
--- a/apps/systemtags/appinfo/app.php
+++ b/apps/systemtags/appinfo/app.php
@@ -69,4 +69,3 @@ $eventDispatcher->addListener(MapperEvent::EVENT_UNASSIGN, $mapperListener);
'name' => $l->t('Tags'),
];
});
-
diff --git a/apps/testing/appinfo/app.php b/apps/testing/appinfo/app.php
index ae8f9841b43..48d8da8c20b 100644
--- a/apps/testing/appinfo/app.php
+++ b/apps/testing/appinfo/app.php
@@ -22,4 +22,3 @@
*/
$app = new \OCA\Testing\AppInfo\Application();
-
diff --git a/apps/theming/appinfo/app.php b/apps/theming/appinfo/app.php
index 114ff60ba53..c942a85bc75 100644
--- a/apps/theming/appinfo/app.php
+++ b/apps/theming/appinfo/app.php
@@ -57,4 +57,4 @@ $linkToJs = \OC::$server->getURLGenerator()->linkToRoute(
'src' => $linkToJs,
'nonce' => \OC::$server->getContentSecurityPolicyNonceManager()->getNonce()
], ''
-); \ No newline at end of file
+);
diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php
index fe7a5a94659..13196662eb0 100644
--- a/apps/theming/appinfo/routes.php
+++ b/apps/theming/appinfo/routes.php
@@ -84,4 +84,3 @@ return ['routes' => [
'requirements' => ['image' => '.+']
],
]];
-