Skip to content

Commit c8f65e3

Browse files
committed
clang-format
1 parent 17454a6 commit c8f65e3

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
@@ -1070,7 +1070,8 @@ static void *php_main(void *arg) {
10701070

10711071
sapi_startup(&frankenphp_sapi_module);
10721072

1073-
/* TODO: adapted from https://github.com/php/php-src/pull/16958, remove when merged. */
1073+
/* TODO: adapted from https://github.com/php/php-src/pull/16958, remove when
1074+
* merged. */
10741075
#ifdef PHP_WIN32
10751076
{
10761077
const DWORD flags = GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS |

0 commit comments

Comments
 (0)