🎨 improve format of code

This commit is contained in:
ValKmjolnir
2022-10-28 23:28:15 +08:00
parent 8583be337e
commit b5828137f2
14 changed files with 223 additions and 188 deletions
+1 -4
View File
@@ -1,5 +1,4 @@
#ifndef __NASAL_ERR_H__
#define __NASAL_ERR_H__
#pragma once
#include <iostream>
#include <fstream>
@@ -159,5 +158,3 @@ public:
}
void chkerr(){if(cnt)std::exit(1);}
};
#endif