commit | e144595657e1a83454ee32a8311eed3c2602b609 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Aug 24 11:19:42 2020 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Mon Aug 24 14:22:39 2020 +0200 |
tree | f48b65e5a41abf0eda2fcff1b4a97c150a481b99 | |
parent | d989ba014750540a1f56deb11bc5b3560a384ebf [diff] [blame] |
uncrustify FEATURE more operator spacing with little changes
diff --git a/src/json.h b/src/json.h index 7b2221e..470d9bf 100644 --- a/src/json.h +++ b/src/json.h
@@ -97,7 +97,7 @@ * @param[in] status Context status (aka JSON token) * @return String representation of the @p status. */ -const char* lyjson_token2str(enum LYJSON_PARSER_STATUS status); +const char*lyjson_token2str(enum LYJSON_PARSER_STATUS status); /** * @brief Move to the next JSON artefact and update parser status.