mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-04-25 12:04:48 +02:00
Remove extra spaces before macro continuation.
This commit is contained in:
parent
c18abb0af7
commit
dc1052f1da
@ -243,7 +243,7 @@ typedef struct TestBackupPqScriptParam
|
||||
unsigned int timeline; // Timeline to use for WAL files
|
||||
} TestBackupPqScriptParam;
|
||||
|
||||
#define testBackupPqScriptP(pgVersion, backupStartTime, ...) \
|
||||
#define testBackupPqScriptP(pgVersion, backupStartTime, ...) \
|
||||
testBackupPqScript(pgVersion, backupStartTime, (TestBackupPqScriptParam){VAR_PARAM_INIT, __VA_ARGS__})
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user