[json-glib: 3/7] remove/add whitespace for coding convention




commit 6bb246d8c937638e695a91af31ddf156eb8be43b
Author: tallua <talluay gmail com>
Date:   Sun Oct 10 00:43:40 2021 +0900

    remove/add whitespace for coding convention

 json-glib/tests/node.c | 3 +--
 1 file changed, 1 insertion(+), 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[])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]