mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Add missing spaces.
This commit is contained in:
parent
5394893e33
commit
77b0c6c993
@ -208,7 +208,7 @@ By convention all variant constant identifiers are appended with _VAR.
|
||||
static const Variant *const name = VARSTRDEF(dataParam)
|
||||
|
||||
// Create a UInt Variant constant inline from an unsigned int
|
||||
#define VARUINT(dataParam) \
|
||||
#define VARUINT(dataParam) \
|
||||
((const Variant *)&(const VariantUIntConst){.type = varTypeUInt, .data = dataParam})
|
||||
|
||||
// Create a UInt64 Variant constant inline from a uint64_t
|
||||
|
Loading…
Reference in New Issue
Block a user