From 92ea4d16a274b4a7db0206fd74891a555f6501c9 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 30 Apr 2024 11:44:53 +0200 Subject: Progressively applying the coding rules --- src/tools.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tools.h') diff --git a/src/tools.h b/src/tools.h index b58ae00..b22e4dd 100644 --- a/src/tools.h +++ b/src/tools.h @@ -55,8 +55,8 @@ class InterCopyContext [[nodiscard]] bool push_cached_metatable() const; // for use in inter_copy_userdata - [[nodiscard]] bool copyclone() const; - [[nodiscard]] bool copydeep() const; + [[nodiscard]] bool copyClonable() const; + [[nodiscard]] bool copyDeep() const; // copying a single Lua stack item [[nodiscard]] bool inter_copy_boolean() const; @@ -79,8 +79,8 @@ class InterCopyContext [[nodiscard]] int luaG_nameof(lua_State* L_); -void populate_func_lookup_table(lua_State* L_, int _i, char const* _name); -void initialize_allocator_function(Universe* U, lua_State* L_); +void populate_func_lookup_table(lua_State* L_, int i_, char const* name_); +void initialize_allocator_function(Universe* U_, lua_State* L_); // ################################################################################################# -- cgit v1.2.3-55-g6feb