You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-08 03:22:25 +03:00
Fix non-compliant formatting for function declarations.
Per review by Cynthia Shang.
This commit is contained in:
@@ -9,7 +9,8 @@ volatile int testTryRecurseTotal = 0;
|
||||
bool testTryRecurseCatch = false;
|
||||
bool testTryRecurseFinally = false;
|
||||
|
||||
void testTryRecurse()
|
||||
void
|
||||
testTryRecurse()
|
||||
{
|
||||
TRY_BEGIN()
|
||||
{
|
||||
@@ -32,7 +33,8 @@ void testTryRecurse()
|
||||
/***********************************************************************************************************************************
|
||||
Test Run
|
||||
***********************************************************************************************************************************/
|
||||
void testRun()
|
||||
void
|
||||
testRun()
|
||||
{
|
||||
// -----------------------------------------------------------------------------------------------------------------------------
|
||||
if (testBegin("check that try stack is initialized correctly"))
|
||||
|
||||
Reference in New Issue
Block a user