From b598b481a01486db1ff705349823aa1391d7f89f Mon Sep 17 00:00:00 2001 From: gindibay Date: Wed, 22 Nov 2023 15:59:10 +0300 Subject: [PATCH] Fixes indentation --- src/backend/distributed/commands/owned.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/backend/distributed/commands/owned.c b/src/backend/distributed/commands/owned.c index 9f61bf5d2..c76437392 100644 --- a/src/backend/distributed/commands/owned.c +++ b/src/backend/distributed/commands/owned.c @@ -146,7 +146,8 @@ PostprocessReassignOwnedStmt(Node *node, const char *queryString) } -static ObjectAddress * GetNewRoleAddress(ReassignOwnedStmt *stmt) +static ObjectAddress * +GetNewRoleAddress(ReassignOwnedStmt *stmt) { Oid roleOid = get_role_oid(stmt->newrole->rolename, false); ObjectAddress *address = palloc0(sizeof(ObjectAddress));