1
0
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:
David Steele 2019-10-08 10:35:47 -04:00
parent 5394893e33
commit 77b0c6c993

View File

@ -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