mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-18 21:51:06 +03:00
chore(glue): style nit
This commit is contained in:
parent
701cc8137b
commit
22ebc4a6fd
@ -224,8 +224,7 @@ int32_t Script_ShowScanningNotice(lua_State* L) {
|
|||||||
int32_t Script_ScanningAccepted(lua_State* L) {
|
int32_t Script_ScanningAccepted(lua_State* L) {
|
||||||
if (CGlueMgr::m_acceptedScanning) {
|
if (CGlueMgr::m_acceptedScanning) {
|
||||||
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