summaryrefslogtreecommitdiff
path: root/ext/json/php_json_scanner.h
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-13 14:12:55 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-13 14:12:55 +0200
commit7f6387b59ae1b5d642b0d05afbb14cab07061a9a (patch)
treed09f6f4674163b6a57d8805408877b05294f6931 /ext/json/php_json_scanner.h
parent3f72c77ce47ee0906905b83161d9c1d24e425d89 (diff)
downloadphp-git-7f6387b59ae1b5d642b0d05afbb14cab07061a9a.tar.gz
Trim trailing whitespace in source code files
Diffstat (limited to 'ext/json/php_json_scanner.h')
-rw-r--r--ext/json/php_json_scanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/php_json_scanner.h b/ext/json/php_json_scanner.h
index 46857c61bb..b90c25df44 100644
--- a/ext/json/php_json_scanner.h
+++ b/ext/json/php_json_scanner.h
@@ -34,7 +34,7 @@ typedef struct _php_json_scanner {
php_json_ctype *pstr; /* string pointer for escapes conversion */
zval value; /* value */
int str_esc; /* number of extra characters for escaping */
- int state; /* condition state */
+ int state; /* condition state */
int options; /* options */
php_json_error_code errcode; /* error type if there is an error */
} php_json_scanner;