diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2022-02-07 08:56:39 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2022-02-07 08:56:39 +0100 |
commit | 621fb024b5f887ef9e81e2f28bf087386f5300e1 (patch) | |
tree | 3ed681e2db07a0516904b2cda4e7144c714d19e0 /src/tools.h | |
parent | 00c84df3adc0b295ef20bc35bc8df9632e3b93e7 (diff) | |
download | lanes-621fb024b5f887ef9e81e2f28bf087386f5300e1.tar.gz lanes-621fb024b5f887ef9e81e2f28bf087386f5300e1.tar.bz2 lanes-621fb024b5f887ef9e81e2f28bf087386f5300e1.zip |
Changed all indentations to all whitespaces
Tabs mess up alignment of stack contents comments, so I'm done with them.
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools.h b/src/tools.h index 3bf5a02..a0893e4 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -27,9 +27,9 @@ void push_registry_subtable( lua_State* L, UniqueKey key_); | |||
27 | 27 | ||
28 | enum e_vt | 28 | enum e_vt |
29 | { | 29 | { |
30 | VT_NORMAL, | 30 | VT_NORMAL, |
31 | VT_KEY, | 31 | VT_KEY, |
32 | VT_METATABLE | 32 | VT_METATABLE |
33 | }; | 33 | }; |
34 | bool_t inter_copy_one( Universe* U, lua_State* L2, uint_t L2_cache_i, lua_State* L, uint_t i, enum e_vt vt, LookupMode mode_, char const* upName_); | 34 | bool_t inter_copy_one( Universe* U, lua_State* L2, uint_t L2_cache_i, lua_State* L, uint_t i, enum e_vt vt, LookupMode mode_, char const* upName_); |
35 | 35 | ||