Skip to content

Commit df82e81

Browse files
committed
fix clang format
1 parent 1d75824 commit df82e81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frankenphp.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,8 @@ int frankenphp_reset_opcache(void) {
14181418
php_request_startup();
14191419
((zend_internal_function *)opcache_reset)->handler = orig_opcache_reset;
14201420
zend_call_known_function(opcache_reset, NULL, NULL, NULL, 0, NULL, NULL);
1421-
((zend_internal_function *)opcache_reset)->handler = ZEND_FN(frankenphp_opcache_reset);
1421+
((zend_internal_function *)opcache_reset)->handler =
1422+
ZEND_FN(frankenphp_opcache_reset);
14221423
php_request_shutdown((void *)0);
14231424
}
14241425

0 commit comments

Comments
 (0)