From ff5f9370c4a004f48cc036eb437a58cefb29962d Mon Sep 17 00:00:00 2001 From: Felix Moeller Date: Tue, 23 Oct 2012 08:25:30 +0200 Subject: Checkstyle: MultiLineCondition --- lib/app.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/app.php b/lib/app.php index cb68ea3ddde..2319c50950e 100755 --- a/lib/app.php +++ b/lib/app.php @@ -556,10 +556,7 @@ class OC_App{ while( $file = readdir( $dh ) ) { - if ( - $file[0] != '.' - and is_file($apps_dir['path'].'/'.$file.'/appinfo/app.php' ) - ) { + if ($file[0] != '.' and is_file($apps_dir['path'].'/'.$file.'/appinfo/app.php')) { $apps[] = $file; -- cgit v1.2.3