From ab7af5d15a8250c24628b283940401ccc3759c30 Mon Sep 17 00:00:00 2001 From: Gregor Parzefall Date: Wed, 21 Aug 2024 20:30:58 +0200 Subject: [PATCH] Fix trailing whitespace from #14179 --- src/script/lua_api/l_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/lua_api/l_object.h b/src/script/lua_api/l_object.h index 75e9614386..8225aa470a 100644 --- a/src/script/lua_api/l_object.h +++ b/src/script/lua_api/l_object.h @@ -414,7 +414,7 @@ private: // set_flags(self, flags) static int l_set_flags(lua_State *L); - + // get_flags(self) static int l_get_flags(lua_State *L); };