Skip to content

Commit

Permalink
style: fix code style for log.c
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
  • Loading branch information
zhaojh329 committed Oct 8, 2023
1 parent 34e336d commit 55ad37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ int luaopen_eco_log(lua_State *L)

lua_add_constant(L, "EMERG", LOG_EMERG);
lua_add_constant(L, "ALERT", LOG_ALERT);
lua_add_constant(L, "CRIT", LOG_CRIT);
lua_add_constant(L, "CRIT", LOG_CRIT);
lua_add_constant(L, "ERR", LOG_ERR);
lua_add_constant(L, "WARNING", LOG_WARNING);
lua_add_constant(L, "NOTICE", LOG_NOTICE);
Expand Down

0 comments on commit 55ad37d

Please sign in to comment.