tree: reformat

Done automatically by clang-format
This commit is contained in:
Jeremy Baxter 2024-03-12 12:21:39 +13:00
parent 669eb3fd28
commit 30a1097bb0
8 changed files with 311 additions and 278 deletions

View file

@ -47,7 +47,7 @@ callisto_openall(lua_State *L)
/* for each Callisto library except extra */
for (lib = loadedlibs; lib->func; lib++) {
lua_newtable(L); /* make a new table for the library */
lib->func(L); /* load library */
lib->func(L); /* load library */
lua_setglobal(L, lib->name);
}
/* inject extra into the global environment */