From 09d398c748c2707918c9f531b91d161b08cb1163 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 30 Dec 2021 14:28:19 +0100 Subject: Code format --- api/nil.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api/nil.c') diff --git a/api/nil.c b/api/nil.c index a9c54cc..bbd1eb8 100644 --- a/api/nil.c +++ b/api/nil.c @@ -8,9 +8,9 @@ UwUVMValue uwunil_create() .value = { .nat_value = { .type = &uwunil_type, - .data = NULL, + .data = NULL, } - } + } }; } @@ -33,5 +33,5 @@ static char *uwunil_print(void *data) UwUVMNativeType uwunil_type = { .copy = &uwunil_copy, .delete = &uwunil_delete, - .print = &uwunil_print, + .print = &uwunil_print, }; -- cgit v1.2.3