1
0
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:
David Steele 2021-03-11 14:11:21 -05:00
parent c18abb0af7
commit dc1052f1da

View File

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