mirror of
https://github.com/monero-project/monero.git
synced 2025-05-20 18:10:28 -04:00
KV_SERIALIZE
: remove extraneous semicolons in DSL
Prereq of https://github.com/monero-project/monero/pull/8867
This commit is contained in:
parent
00fd416a99
commit
8190f2532b
5 changed files with 94 additions and 94 deletions
|
@ -105,7 +105,7 @@ public: \
|
|||
#define KV_SERIALIZE_VAL_POD_AS_BLOB_OPT_N(varialble, val_name, default_value) \
|
||||
do { \
|
||||
static_assert(std::is_pod<decltype(this_ref.varialble)>::value, "t_type must be a POD type."); \
|
||||
bool ret = KV_SERIALIZE_VAL_POD_AS_BLOB_FORCE_N(varialble, val_name); \
|
||||
bool ret = KV_SERIALIZE_VAL_POD_AS_BLOB_FORCE_N(varialble, val_name) \
|
||||
if (!ret) \
|
||||
epee::serialize_default(this_ref.varialble, default_value); \
|
||||
} while(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue