mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-18 13:41:06 +03:00
chore(glue): style nit
This commit is contained in:
parent
e391f966bb
commit
208ed6f14c
@ -200,8 +200,7 @@ int32_t Script_ShowTerminationWithoutNoticeNotice(lua_State* L) {
|
|||||||
int32_t Script_TerminationWithoutNoticeAccepted(lua_State* L) {
|
int32_t Script_TerminationWithoutNoticeAccepted(lua_State* L) {
|
||||||
if (CGlueMgr::m_acceptedTerminationWithoutNotice) {
|
if (CGlueMgr::m_acceptedTerminationWithoutNotice) {
|
||||||
lua_pushnumber(L, 1.0);
|
lua_pushnumber(L, 1.0);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
lua_pushnil(L);
|
lua_pushnil(L);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user