Skip to content

Commit 7c36038

Browse files
committed
Style fix after removing ifdef
1 parent 389b4d8 commit 7c36038

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ext/spl/spl_directory.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -721,10 +721,8 @@ static void spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAMETERS, zend_l
721721
path = zend_strpprintf(0, "glob://%s", ZSTR_VAL(path));
722722
spl_filesystem_dir_open(intern, path);
723723
zend_string_release(path);
724-
} else
725-
{
724+
} else {
726725
spl_filesystem_dir_open(intern, path);
727-
728726
}
729727
zend_restore_error_handling(&error_handling);
730728
}

0 commit comments

Comments
 (0)