]> git.lizzy.rs Git - uwu-lang.git/blobdiff - api/int.c
Code format
[uwu-lang.git] / api / int.c
index aea8e26d0ad3038ece66a5e9dc4d6b8e168c3058..49463cf0792a962dde9dd03f33184e532db44595 100644 (file)
--- a/api/int.c
+++ b/api/int.c
@@ -5,7 +5,7 @@ UwUVMValue uwuint_create(int value)
        return (UwUVMValue) {
                .type = VT_INT,
                .value = {
-                       .int_value = value,     
+                       .int_value = value,
                },
        };
 }