]> git.lizzy.rs Git - uwu-lang.git/blobdiff - api/nil.c
Code format
[uwu-lang.git] / api / nil.c
index a9c54cca55a96394372bc3a02e685b5c59eed87b..bbd1eb82534488cc8db5b9a6159fc82da269cbd9 100644 (file)
--- 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,
 };