1
0
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:
David Steele
2018-01-31 18:22:25 -05:00
parent b4d434b41c
commit 298b33988c
43 changed files with 130 additions and 61 deletions

View File

@ -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;