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_sloppy.c | |
| parent | 08f21d8b878b6c1490e6d6bb3d44aa640a88e9ca (diff) | |
Run clang-format on the codebase
Diffstat (limited to 'src/sp_sloppy.c')
| -rw-r--r-- | src/sp_sloppy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp_sloppy.c b/src/sp_sloppy.c index 88052bb..b4212ca 100644 --- a/src/sp_sloppy.c +++ b/src/sp_sloppy.c | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | ZEND_API zend_op_array* (*orig_zend_compile_file)(zend_file_handle* file_handle, | 3 | ZEND_API zend_op_array* (*orig_zend_compile_file)(zend_file_handle* file_handle, |
| 4 | int type) = NULL; | 4 | int type) = NULL; |
| 5 | #if PHP_VERSION_ID >= 80000 | 5 | #if PHP_VERSION_ID >= 80000 |
| 6 | ZEND_API zend_op_array* (*orig_zend_compile_string)(zval* source_string, | 6 | ZEND_API zend_op_array* (*orig_zend_compile_string)( |
| 7 | const char* filename) = NULL; | 7 | zval* source_string, const char* filename) = NULL; |
| 8 | #else | 8 | #else |
| 9 | ZEND_API zend_op_array* (*orig_zend_compile_string)(zval* source_string, | 9 | ZEND_API zend_op_array* (*orig_zend_compile_string)(zval* source_string, |
| 10 | char* filename) = NULL; | 10 | char* filename) = NULL; |
