mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 12:59:05 +08:00
🎨 improve format of code
This commit is contained in:
+1
-4
@@ -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
|
||||
Reference in New Issue
Block a user