From d241118ed795f3536ab05bdea4acb9dba0b60459 Mon Sep 17 00:00:00 2001 From: Alliballibaba Date: Sat, 18 Jan 2025 11:29:15 +0100 Subject: [PATCH] More clang-format. --- frankenphp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frankenphp.h b/frankenphp.h index 931a4c684..fb9a093f1 100644 --- a/frankenphp.h +++ b/frankenphp.h @@ -72,8 +72,8 @@ zend_string *frankenphp_init_persistent_string(const char *string, size_t len); void frankenphp_release_zend_string(zend_string *z_string); int frankenphp_reset_opcache(void); -void frankenphp_register_single(zend_string *z_key, char *value, - size_t val_len, zval *track_vars_array); +void frankenphp_register_single(zend_string *z_key, char *value, size_t val_len, + zval *track_vars_array); void frankenphp_register_bulk( zval *track_vars_array, ht_key_value_pair remote_addr, ht_key_value_pair remote_host, ht_key_value_pair remote_port,