summaryrefslogtreecommitdiff
path: root/ext/json/json_scanner.re
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/json_scanner.re')
-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;