Fix trailing whitespace from #14179

This commit is contained in:
Gregor Parzefall
2024-08-21 20:30:58 +02:00
parent 66b3db3601
commit ab7af5d15a

View File

@@ -414,7 +414,7 @@ class ObjectRef : public ModApiBase {
// set_flags(self, flags)
static int l_set_flags(lua_State *L);
// get_flags(self)
static int l_get_flags(lua_State *L);
};