From 7f6387b59ae1b5d642b0d05afbb14cab07061a9a Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 13 Oct 2018 14:12:55 +0200 Subject: Trim trailing whitespace in source code files --- ext/json/php_json_scanner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/json/php_json_scanner.h') 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; -- cgit v1.2.1