]> git.lizzy.rs Git - uwu-lang.git/blobdiff - api/nil.h
Add :ref module and refactor type handling
[uwu-lang.git] / api / nil.h
index 014be45c607483bca8d825a76d9d83b3f6121e90..7b2a5cfac5f354c657c7b9557f85b7d1ded5aa74 100644 (file)
--- a/api/nil.h
+++ b/api/nil.h
@@ -4,7 +4,6 @@
 #include "vm.h"
 
 extern UwUVMType uwunil_type;
-
-UwUVMValue uwunil_create();
+UwUVMValue       uwunil_create();
 
 #endif