]> git.eshelyaron.com Git - emacs.git/commit
; Another round of stylistic fixes in json.c
authorEli Zaretskii <eliz@gnu.org>
Sun, 31 Mar 2024 06:31:58 +0000 (09:31 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 31 Mar 2024 18:05:37 +0000 (20:05 +0200)
commit3ae695764b01cfd432950611253031b0d7156e77
tree15b86a860419e5ba194728966220eb213ba89fd9
parent5d8f7d6625a8deb811028e94083a3ca458068f0b
; Another round of stylistic fixes in json.c

* src/json.c (json_parser_init, json_parse_object)
(json_parse_value, Fjson_parse_string, json_parse)
(json_create_float, json_create_integer, json_parse_args): Fix
whitespace and indentation.

(cherry picked from commit 914b00f2079431bd0d44618f1d3558986ac5c282)
src/json.c