Skip to content

Commit 08c9d60

Browse files
committed
damn clang format
1 parent 19d8010 commit 08c9d60

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frankenphp.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,8 @@ int frankenphp_execute_script_cli(char *script, int argc, char **argv,
16911691

16921692
int frankenphp_reset_opcache(void) {
16931693
if (orig_opcache_reset == NULL) {
1694-
return 0; // perhaps raise a warning here and fall through to calling the original?
1694+
return 0; // perhaps raise a warning here and
1695+
// fall through to calling the original?
16951696
}
16961697
zend_execute_data execute_data;
16971698
zval retval;

0 commit comments

Comments
 (0)