🎨 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
+1 -4
View File
@@ -1,5 +1,4 @@
#ifndef __NASAL_IMPORT_H__
#define __NASAL_IMPORT_H__
#pragma once
#ifndef _MSC_VER
#include <unistd.h>
@@ -224,5 +223,3 @@ void linker::link(parse& parse,const string& self,bool spath=false)
parse.tree()=load(parse.tree(),0);
err.chkerr();
}
#endif