🎨 improve format of code

This commit is contained in:
ValKmjolnir
2022-10-28 23:28:15 +08:00
parent c705b75513
commit d121dcd630
14 changed files with 223 additions and 188 deletions
+4 -4
View File
@@ -1,6 +1,8 @@
#ifndef __NASAL_H__
#define __NASAL_H__
#pragma once
#ifndef __nasver
#define __nasver "10.1"
#endif
#include <cstdint>
#include <iostream>
@@ -151,5 +153,3 @@ string rawstr(const string& str,const usize maxlen=0)
}
#include "nasal_gc.h" // declarations of var and nasal_gc
#endif