You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Fix non-compliant formatting for function declarations.
Per review by Cynthia Shang.
This commit is contained in:
@ -11,7 +11,8 @@ Common Command Routines
|
||||
/***********************************************************************************************************************************
|
||||
Begin the command
|
||||
***********************************************************************************************************************************/
|
||||
void cmdBegin()
|
||||
void
|
||||
cmdBegin()
|
||||
{
|
||||
MEM_CONTEXT_TEMP_BEGIN()
|
||||
{
|
||||
@ -65,7 +66,8 @@ void cmdBegin()
|
||||
/***********************************************************************************************************************************
|
||||
End the command
|
||||
***********************************************************************************************************************************/
|
||||
void cmdEnd(int code)
|
||||
void
|
||||
cmdEnd(int code)
|
||||
{
|
||||
MEM_CONTEXT_TEMP_BEGIN()
|
||||
{
|
||||
|
Reference in New Issue
Block a user