mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux
This commit is contained in:
parent
28c58565ac
commit
e866ef555a
7 changed files with 827 additions and 697 deletions
|
@ -6,7 +6,7 @@ static int Lcreate_table(lua_State* L) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
int luaopen_util_table(lua_State *L) {
|
||||
int luaopen_util_table(lua_State* L) {
|
||||
lua_newtable(L);
|
||||
lua_pushcfunction(L, Lcreate_table);
|
||||
lua_setfield(L, -2, "create");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue