changing {} style to match majority of previous style
This commit is contained in:
@@ -49,8 +49,7 @@ static const luaL_Reg preloadedlibs[] = {
|
||||
};
|
||||
|
||||
|
||||
LUALIB_API void luaL_openlibs(lua_State *L)
|
||||
{
|
||||
LUALIB_API void luaL_openlibs(lua_State *L) {
|
||||
const luaL_Reg *lib;
|
||||
/* call open functions from 'loadedlibs' and set results to global table */
|
||||
for (lib = loadedlibs; lib->func; lib++) {
|
||||
|
||||
Reference in New Issue
Block a user