You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-07 00:35:37 +02:00
Fix non-compliant formatting for function declarations.
Per review by Cynthia Shang.
This commit is contained in:
@ -8,7 +8,8 @@ Test Help Command
|
||||
/***********************************************************************************************************************************
|
||||
Test Run
|
||||
***********************************************************************************************************************************/
|
||||
void testRun()
|
||||
void
|
||||
testRun()
|
||||
{
|
||||
// Program name a version are used multiple times
|
||||
const char *helpVersion = PGBACKREST_NAME " " PGBACKREST_VERSION;
|
||||
|
Reference in New Issue
Block a user