From 7ee88fb46c512c125191d6447ff1348dfc3254f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 7 Jan 2018 09:11:45 +0100 Subject: core: fix some styles --- src/plugins/php/weechat-php.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/php') diff --git a/src/plugins/php/weechat-php.c b/src/plugins/php/weechat-php.c index 04ae5afe0..15ce76401 100644 --- a/src/plugins/php/weechat-php.c +++ b/src/plugins/php/weechat-php.c @@ -549,8 +549,8 @@ weechat_php_exec (struct t_plugin_script *script, int ret_type, /* Invoke func */ ret_value = NULL; - memset(&fci, 0, sizeof (zend_fcall_info)); - memset(&fci_cache, 0, sizeof (zend_fcall_info_cache)); + memset (&fci, 0, sizeof (zend_fcall_info)); + memset (&fci_cache, 0, sizeof (zend_fcall_info_cache)); zfunc = weechat_php_func_map_get (function); if (zfunc && zend_fcall_info_init (zfunc, 0, &fci, &fci_cache, NULL, NULL) == SUCCESS) -- cgit v1.2.3