summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-13 14:16:33 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-13 14:16:33 +0200
commit3362620b5f8716ce480b6f12269596c2d2351a52 (patch)
tree775f03a346d980fda9b2c725349f3c51c06bfaed /ext/json
parentedefd16fbc96d2ca4600544e5d5902591bf0695d (diff)
downloadphp-git-3362620b5f8716ce480b6f12269596c2d2351a52.tar.gz
Trim trailing whitespace in source code files
Diffstat (limited to 'ext/json')
-rw-r--r--ext/json/json_scanner.re2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/json_scanner.re b/ext/json/json_scanner.re
index 8348981deb..3fda1df5ad 100644
--- a/ext/json/json_scanner.re
+++ b/ext/json/json_scanner.re
@@ -104,7 +104,7 @@ void php_json_scanner_init(php_json_scanner *s, char *str, size_t str_len, int o
int php_json_scan(php_json_scanner *s)
{
ZVAL_NULL(&s->value);
-
+
std:
s->token = s->cursor;