diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-29 09:50:57 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-29 09:50:57 +0200 |
commit | 07d6074b5deadc7ff6d30d5fb47fb6fa863a14ff (patch) | |
tree | 955fb6216739c3d55aeba47a3ea5d8ffc6a7f3e1 /src/tools.h | |
parent | 4a2705af8a9a6b55cf848d53f8330447138a19c4 (diff) | |
download | lanes-07d6074b5deadc7ff6d30d5fb47fb6fa863a14ff.tar.gz lanes-07d6074b5deadc7ff6d30d5fb47fb6fa863a14ff.tar.bz2 lanes-07d6074b5deadc7ff6d30d5fb47fb6fa863a14ff.zip |
All headers reformatted with updated clang-format settings
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools.h b/src/tools.h index 53edbe2..f83a01c 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -32,7 +32,6 @@ using SourceIndex = Unique<int>; | |||
32 | class InterCopyContext | 32 | class InterCopyContext |
33 | { | 33 | { |
34 | public: | 34 | public: |
35 | |||
36 | Universe* const U; | 35 | Universe* const U; |
37 | DestState const L2; | 36 | DestState const L2; |
38 | SourceState const L1; | 37 | SourceState const L1; |
@@ -43,7 +42,6 @@ class InterCopyContext | |||
43 | char const* name; // that one can change when we reuse the context | 42 | char const* name; // that one can change when we reuse the context |
44 | 43 | ||
45 | private: | 44 | private: |
46 | |||
47 | // for use in copy_cached_func | 45 | // for use in copy_cached_func |
48 | void copy_func() const; | 46 | void copy_func() const; |
49 | void lookup_native_func() const; | 47 | void lookup_native_func() const; |
@@ -71,7 +69,6 @@ class InterCopyContext | |||
71 | [[nodiscard]] bool inter_copy_userdata() const; | 69 | [[nodiscard]] bool inter_copy_userdata() const; |
72 | 70 | ||
73 | public: | 71 | public: |
74 | |||
75 | [[nodiscard]] bool inter_copy_one() const; | 72 | [[nodiscard]] bool inter_copy_one() const; |
76 | [[nodiscard]] InterCopyResult inter_copy_package() const; | 73 | [[nodiscard]] InterCopyResult inter_copy_package() const; |
77 | [[nodiscard]] InterCopyResult inter_copy(int n_) const; | 74 | [[nodiscard]] InterCopyResult inter_copy(int n_) const; |