mirror of
https://github.com/json-c/json-c.git
synced 2026-04-08 06:49:07 +08:00
Reformat the test sources. No functional change.
This commit is contained in:
@@ -58,9 +58,9 @@ int main(int argc, char **argv)
|
||||
checktype(new_obj, "big_number");
|
||||
checktype(new_obj, "a_null");
|
||||
|
||||
json_object_put(new_obj);
|
||||
json_object_put(new_obj);
|
||||
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void getit(struct json_object *new_obj, const char *field)
|
||||
|
||||
Reference in New Issue
Block a user