Skip to content

Commit 7ac4cab

Browse files
committed
clang-format
1 parent cef3e3a commit 7ac4cab

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

10811081
sapi_startup(&frankenphp_sapi_module);
10821082

1083-
/* TODO: adapted from https://github.com/php/php-src/pull/16958, remove when merged. */
1083+
/* TODO: adapted from https://github.com/php/php-src/pull/16958, remove when
1084+
* merged. */
10841085
#ifdef PHP_WIN32
10851086
{
10861087
const DWORD flags = GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS |

0 commit comments

Comments
 (0)