mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-21 10:28:50 +08:00
🎨 improve format of code
This commit is contained in:
+1
-3
@@ -1,5 +1,4 @@
|
||||
#ifndef __NASAL_OPT_H__
|
||||
#define __NASAL_OPT_H__
|
||||
#pragma once
|
||||
|
||||
#include <cmath>
|
||||
|
||||
@@ -67,4 +66,3 @@ void optimize(ast& root)
|
||||
for(auto& i:root.child())
|
||||
calc_const(i);
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user