mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
Remove extra spaces.
This commit is contained in:
parent
fdd375b63d
commit
20be5c9bf3
@ -73,7 +73,7 @@ static void objectFree(Object *this)
|
||||
Note that this function is externed as there no need for a static free function since the context will be cleaned up automatically
|
||||
by the parent context.
|
||||
***********************************************************************************************************************************/
|
||||
#define OBJECT_DEFINE_FREE(objectMacro) \
|
||||
#define OBJECT_DEFINE_FREE(objectMacro) \
|
||||
void \
|
||||
GLUE(objectMacro##_PREFIX, Free)(objectMacro##_TYPE *this) \
|
||||
{ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user