From 6a00a6b9ed49f9a9da044772e7ca7f3506672100 Mon Sep 17 00:00:00 2001 From: Felix Moeller Date: Tue, 23 Oct 2012 00:28:12 +0200 Subject: Make Jenkins more happy. This is NoSpaceAfterComma --- apps/files/ajax/scan.php | 2 +- apps/files/appinfo/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/files/ajax/scan.php b/apps/files/ajax/scan.php index d2ec1ab5161..5cd9572d7f9 100644 --- a/apps/files/ajax/scan.php +++ b/apps/files/ajax/scan.php @@ -21,7 +21,7 @@ if($force or !OC_FileCache::inCache('')) { OC_Cache::clear('fileid/'); //make sure the old fileid's don't mess things up } - OC_FileCache::scan($dir,$eventSource); + OC_FileCache::scan($dir, $eventSource); OC_FileCache::clean(); OCP\DB::commit(); $eventSource->send('success', true); diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index db3b213ab8d..b431ddfec02 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -1,7 +1,7 @@ "files_index", "order" => 0, "href" => OCP\Util::linkTo( "files", "index.php" ), "icon" => OCP\Util::imagePath( "core", "places/home.svg" ), "name" => $l->t("Files") )); -- cgit v1.2.3