Reformat the test sources. No functional change.

This commit is contained in:
Eric Haszlakiewicz
2012-09-16 20:43:29 -05:00
parent d1f237e28a
commit c3068bfd09
8 changed files with 211 additions and 204 deletions

View File

@@ -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)