diff options
| author | jvoisin | 2021-04-28 23:08:49 +0200 |
|---|---|---|
| committer | jvoisin | 2021-04-28 23:08:49 +0200 |
| commit | 4dc67f99e579d7c6e147a5388b079ca627186bbf (patch) | |
| tree | 54ddf782935318e6311b06cba8b8684ab3a2ded9 /src/php_snuffleupagus.h | |
| parent | 8496968ef07dadac2657206e059520675c5eb28a (diff) | |
A pass of clang-format
Diffstat (limited to '')
| -rw-r--r-- | src/php_snuffleupagus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 248045c..5b2b414 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -56,7 +56,7 @@ typedef void (*zif_handler)(INTERNAL_FUNCTION_PARAMETERS); | |||
| 56 | #define TSRMLS_FETCH() | 56 | #define TSRMLS_FETCH() |
| 57 | #define TSRMLS_C | 57 | #define TSRMLS_C |
| 58 | #else | 58 | #else |
| 59 | #if ( !HAVE_PCRE && !HAVE_BUNDLED_PCRE ) | 59 | #if (!HAVE_PCRE && !HAVE_BUNDLED_PCRE) |
| 60 | #error Snuffleupagus requires PHP7+ with PCRE support | 60 | #error Snuffleupagus requires PHP7+ with PCRE support |
| 61 | #endif | 61 | #endif |
| 62 | #endif | 62 | #endif |
