mirror of
https://github.com/json-c/json-c.git
synced 2026-04-08 23:09:07 +08:00
Re-do clang-format.
This commit is contained in:
@@ -95,7 +95,6 @@ static const char *json_tokener_errors[] = {
|
||||
*/
|
||||
static json_bool json_tokener_validate_utf8(const char c, unsigned int *nBytes);
|
||||
|
||||
|
||||
const char *json_tokener_error_desc(enum json_tokener_error jerr)
|
||||
{
|
||||
int jerr_int = (int)jerr;
|
||||
|
||||
Reference in New Issue
Block a user