tree: reformat
Done automatically by clang-format
This commit is contained in:
parent
669eb3fd28
commit
30a1097bb0
8 changed files with 311 additions and 278 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue