1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-02-21 19:48:29 +02:00

Fix formatting.

This commit is contained in:
David Steele 2022-12-31 23:33:45 +07:00
parent 1793839e5a
commit 8993267df9

View File

@ -843,7 +843,8 @@ typedef struct ArchiveGetAsyncData
unsigned int archiveFileIdx; // Current index in the list to be processed
} ArchiveGetAsyncData;
static ProtocolParallelJob *archiveGetAsyncCallback(void *data, unsigned int clientIdx)
static ProtocolParallelJob *
archiveGetAsyncCallback(void *const data, const unsigned int clientIdx)
{
FUNCTION_TEST_BEGIN();
FUNCTION_TEST_PARAM_P(VOID, data);