format: reformat project

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
Vyacheslav Ivanov
2024-08-03 19:53:48 +03:00
committed by Pugemon
parent 736cd175d5
commit bbf33e8e4d
202 changed files with 7389 additions and 5609 deletions
+3 -5
View File
@@ -1,7 +1,6 @@
#include "api_lua.hpp"
#include "../../../coders/toml.hpp"
#include "../../../data/dynamic.hpp"
#include "api_lua.hpp"
using namespace scripting;
@@ -23,8 +22,7 @@ static int l_toml_parse(lua::State* L) {
return lua::pushvalue(L, *value);
}
const luaL_Reg tomllib [] = {
const luaL_Reg tomllib[] = {
{"tostring", lua::wrap<l_toml_stringify>},
{"parse", lua::wrap<l_toml_parse>},
{NULL, NULL}
};
{NULL, NULL}};