mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-02-21 19:48:29 +02:00
Fix formatting.
This commit is contained in:
parent
1793839e5a
commit
8993267df9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user