Checkstyle: Fix the last two SpaceBeforeOpenBrace

This commit is contained in:
Felix Moeller 2012-11-04 18:18:03 +01:00
parent 8ac3849a95
commit 1205749f8c
2 changed files with 2 additions and 2 deletions

View File

@ -559,7 +559,7 @@ class OC_Util {
// creating a test file
$testfile = OC_Config::getValue( "datadirectory", OC::$SERVERROOT."/data" ).'/'.$filename;
if(file_exists($testfile)){// already running this test, possible recursive call
if(file_exists($testfile)) {// already running this test, possible recursive call
return false;
}