clang-format.

This commit is contained in:
Alliballibaba
2026-03-22 11:01:27 +01:00
parent 8e8bce3cb8
commit f89787eaf2

View File

@@ -1133,8 +1133,7 @@ static void *php_thread(void *arg) {
if (!frankenphp_new_php_thread(thread_index)) {
/* probably unreachable */
frankenphp_log_message("Failed to restart an unhealthy thread",
LOG_ERR);
frankenphp_log_message("Failed to restart an unhealthy thread", LOG_ERR);
}
return NULL;