You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Remove extra spaces before macro continuation.
This commit is contained in:
@ -243,7 +243,7 @@ typedef struct TestBackupPqScriptParam
|
|||||||
unsigned int timeline; // Timeline to use for WAL files
|
unsigned int timeline; // Timeline to use for WAL files
|
||||||
} TestBackupPqScriptParam;
|
} TestBackupPqScriptParam;
|
||||||
|
|
||||||
#define testBackupPqScriptP(pgVersion, backupStartTime, ...) \
|
#define testBackupPqScriptP(pgVersion, backupStartTime, ...) \
|
||||||
testBackupPqScript(pgVersion, backupStartTime, (TestBackupPqScriptParam){VAR_PARAM_INIT, __VA_ARGS__})
|
testBackupPqScript(pgVersion, backupStartTime, (TestBackupPqScriptParam){VAR_PARAM_INIT, __VA_ARGS__})
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user