From e27bd6a9aedfd1bc083bfe1849458dc065f13cef Mon Sep 17 00:00:00 2001 From: DustyBagel <150477174+DustyBagel@users.noreply.github.com> Date: Sun, 29 Dec 2024 13:02:27 -0600 Subject: [PATCH] Fix WhiteSpace Check failure in l_mainmenu.h --- src/script/lua_api/l_mainmenu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/lua_api/l_mainmenu.h b/src/script/lua_api/l_mainmenu.h index bf187f610..770ae2de9 100644 --- a/src/script/lua_api/l_mainmenu.h +++ b/src/script/lua_api/l_mainmenu.h @@ -36,7 +36,7 @@ private: * @return bool value of requested variable */ static int getBoolData(lua_State *L, const std::string &name ,bool& valid); - + /** * Checks if a path may be modified. Paths in the temp directory or the user * games, mods, textures, or worlds directories may be modified.