🎨 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 -3
View File
@@ -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