diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-03-25 11:10:34 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-03-25 11:22:19 +0100 |
commit | 13a9bfbca733821f773ca7ffd990ce962c728924 (patch) | |
tree | 206d5c959b4e441f3c651eb1065b7292607b6da0 /core/io/marshalls.h | |
parent | 5fede4a81c67961c6fb2309b9b0ceb753d143566 (diff) |
Style: Harmonize header guards to style guide [Core]
Diffstat (limited to 'core/io/marshalls.h')
-rw-r--r-- | core/io/marshalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/marshalls.h b/core/io/marshalls.h index 484f0755de..7d95bc4f86 100644 --- a/core/io/marshalls.h +++ b/core/io/marshalls.h @@ -202,4 +202,4 @@ public: Error decode_variant(Variant &r_variant, const uint8_t *p_buffer, int p_len, int *r_len = NULL, bool p_allow_objects = false); Error encode_variant(const Variant &p_variant, uint8_t *r_buffer, int &r_len, bool p_full_objects = false); -#endif +#endif // MARSHALLS_H |