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

Fix formatting of restoreFile() definition.

This commit is contained in:
David Steele 2023-01-02 17:32:09 +07:00
parent d51a86c621
commit 92d5fd17b4

View File

@ -20,7 +20,8 @@ Restore File
#include "storage/helper.h"
/**********************************************************************************************************************************/
FN_EXTERN List *restoreFile(
FN_EXTERN List *
restoreFile(
const String *const repoFile, const unsigned int repoIdx, const CompressType repoFileCompressType, const time_t copyTimeBegin,
const bool delta, const bool deltaForce, const String *const cipherPass, const List *const fileList)
{