From 9dc9d0d4dd6b6d1d6d9d76f2bbfe28b1acc145b8 Mon Sep 17 00:00:00 2001 From: Burak Velioglu Date: Sun, 16 Jan 2022 15:44:45 +0300 Subject: [PATCH] citus indent --- src/backend/distributed/commands/dependencies.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/commands/dependencies.c b/src/backend/distributed/commands/dependencies.c index 156f06136..b3665fd18 100644 --- a/src/backend/distributed/commands/dependencies.c +++ b/src/backend/distributed/commands/dependencies.c @@ -32,7 +32,7 @@ typedef bool (*AddressPredicate)(const ObjectAddress *); static int ObjectAddressComparator(const void *a, const void *b); static List * GetDependencyCreateDDLCommands(const ObjectAddress *dependency); -static List *GetCitusTableDDLCommandList(Oid relationId); +static List * GetCitusTableDDLCommandList(Oid relationId); static List * FilterObjectAddressListByPredicate(List *objectAddressList, AddressPredicate predicate);