Remove trailing whitespace

This commit is contained in:
Michael Vetter
2014-08-26 14:48:59 +02:00
parent d4e81f9ec8
commit fcf5ad1bd6
10 changed files with 37 additions and 37 deletions

View File

@@ -371,7 +371,7 @@ struct json_object* json_tokener_parse_ex(struct json_tokener *tok,
{
if (tok->st_pos == json_inf_str_len)
{
current = json_object_new_double(is_negative ? -INFINITY : INFINITY);
current = json_object_new_double(is_negative ? -INFINITY : INFINITY);
saved_state = json_tokener_state_finish;
state = json_tokener_state_eatws;
goto redo_char;