diff options
| author | jvoisin | 2020-07-04 17:58:13 +0200 |
|---|---|---|
| committer | jvoisin | 2020-07-04 17:58:13 +0200 |
| commit | 55087da4701ddfbf4728b3670d8e46c07b4df881 (patch) | |
| tree | 4b4fc4ab0352d38ac98ea7af588d758f2e308f2a /src/sp_disabled_functions.c | |
| parent | 08f21d8b878b6c1490e6d6bb3d44aa640a88e9ca (diff) | |
Run clang-format on the codebase
Diffstat (limited to 'src/sp_disabled_functions.c')
| -rw-r--r-- | src/sp_disabled_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_disabled_functions.c b/src/sp_disabled_functions.c index a6fc194..c46ee58 100644 --- a/src/sp_disabled_functions.c +++ b/src/sp_disabled_functions.c | |||
| @@ -357,7 +357,7 @@ static void should_disable(zend_execute_data* execute_data, | |||
| 357 | #else | 357 | #else |
| 358 | execute_data->func->op_array.arg_info->is_variadic | 358 | execute_data->func->op_array.arg_info->is_variadic |
| 359 | #endif | 359 | #endif |
| 360 | ){ | 360 | ) { |
| 361 | sp_log_warn( | 361 | sp_log_warn( |
| 362 | "disable_function", | 362 | "disable_function", |
| 363 | "Snuffleupagus doesn't support variadic functions yet, sorry. " | 363 | "Snuffleupagus doesn't support variadic functions yet, sorry. " |
