From fa0b3201783b6e06966edf4e46645751d943d824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 14 Dec 2023 23:11:35 +0100 Subject: core: fix style --- src/plugins/php/weechat-php.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/php') diff --git a/src/plugins/php/weechat-php.c b/src/plugins/php/weechat-php.c index 23890a3d5..39d909557 100644 --- a/src/plugins/php/weechat-php.c +++ b/src/plugins/php/weechat-php.c @@ -708,7 +708,7 @@ weechat_php_load (const char *filename, const char *code) memset (&file_handle, 0, sizeof (file_handle)); file_handle.type = ZEND_HANDLE_FILENAME; #if PHP_VERSION_ID >= 80100 - file_handle.filename = zend_string_init(filename, strlen(filename), 0); + file_handle.filename = zend_string_init (filename, strlen(filename), 0); #else file_handle.filename = filename; #endif -- cgit v1.2.3