From b5b6ecdb59923e2a687aadd2b74da78fad159a25 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Sun, 17 Dec 2023 11:11:44 +0300 Subject: [PATCH] Fixes indentation --- src/backend/distributed/commands/owned.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/backend/distributed/commands/owned.c b/src/backend/distributed/commands/owned.c index 8dd341578..3888ad5f0 100644 --- a/src/backend/distributed/commands/owned.c +++ b/src/backend/distributed/commands/owned.c @@ -154,10 +154,11 @@ PostprocessReassignOwnedStmt(Node *node, const char *queryString) return NodeDDLTaskList(NON_COORDINATOR_NODES, commands); } + /* -* GetNewRoleAddress returns the ObjectAddress of the new role. -* in the ReassignOwnedStmt. -*/ + * GetNewRoleAddress returns the ObjectAddress of the new role. + * in the ReassignOwnedStmt. + */ static ObjectAddress * GetNewRoleAddress(ReassignOwnedStmt *stmt) {