summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortallua <talluay@gmail.com>2021-10-10 00:43:40 +0900
committertallua <talluay@gmail.com>2021-10-10 00:43:40 +0900
commit6bb246d8c937638e695a91af31ddf156eb8be43b (patch)
tree6a4dd20aa4e0121b7bec1fab77165bea28f8671b
parentd8dafb4170012b6dc1fe09d33c26d40a23f599fb (diff)
downloadjson-glib-6bb246d8c937638e695a91af31ddf156eb8be43b.tar.gz
remove/add whitespace for coding convention
-rw-r--r--json-glib/tests/node.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/json-glib/tests/node.c b/json-glib/tests/node.c
index 5b89db9..7d536f1 100644
--- a/json-glib/tests/node.c
+++ b/json-glib/tests/node.c
@@ -54,7 +54,7 @@ test_node_reinit (void)
array = json_array_new ();
node = json_node_init_array (json_node_alloc (), array);
- json_node_init_int(node, 1);
+ json_node_init_int (node, 1);
json_node_free (node);
json_array_unref (array);
@@ -561,7 +561,6 @@ test_immutable_parent (void)
g_test_trap_assert_stderr ("*Json-CRITICAL **: json_node_set_parent: *");
}
-
int
main (int argc,
char *argv[])