summaryrefslogtreecommitdiff
path: root/src/sp_execute.c
diff options
context:
space:
mode:
authorjvoisin2018-07-13 23:36:06 +0200
committerjvoisin2018-07-13 23:36:06 +0200
commit02afd6c84f5e4f11b1de054f36d7d1da87206def (patch)
tree934b8669e520382ce9776c61197c1391cddeca35 /src/sp_execute.c
parent99f9ecae9a5edf5d36f5de62ccf60f9d9146057a (diff)
Yet an other pass of clang-format
Diffstat (limited to 'src/sp_execute.c')
-rw-r--r--src/sp_execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_execute.c b/src/sp_execute.c
index 96d9d85..1c1672a 100644
--- a/src/sp_execute.c
+++ b/src/sp_execute.c
@@ -150,7 +150,7 @@ static void sp_execute_ex(zend_execute_data *execute_data) {
150 } 150 }
151 151
152 if (SNUFFLEUPAGUS_G(config).hook_execute) { 152 if (SNUFFLEUPAGUS_G(config).hook_execute) {
153 char* function_name = get_complete_function_path(execute_data); 153 char *function_name = get_complete_function_path(execute_data);
154 154
155 if (!function_name) { 155 if (!function_name) {
156 orig_execute_ex(execute_data); 156 orig_execute_ex(execute_data);