From dc1052f1da0065bf5d8d1b8d50c93d16662dcb51 Mon Sep 17 00:00:00 2001 From: David Steele Date: Thu, 11 Mar 2021 14:11:21 -0500 Subject: [PATCH] Remove extra spaces before macro continuation. --- test/src/module/command/backupTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/module/command/backupTest.c b/test/src/module/command/backupTest.c index 3d7f48107..279e18ade 100644 --- a/test/src/module/command/backupTest.c +++ b/test/src/module/command/backupTest.c @@ -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