Fixes indentation

pull/7389/head
gurkanindibay 2023-12-17 11:11:44 +03:00
parent e825d297d5
commit b5b6ecdb59
1 changed files with 4 additions and 3 deletions

View File

@ -154,10 +154,11 @@ PostprocessReassignOwnedStmt(Node *node, const char *queryString)
return NodeDDLTaskList(NON_COORDINATOR_NODES, commands); return NodeDDLTaskList(NON_COORDINATOR_NODES, commands);
} }
/* /*
* GetNewRoleAddress returns the ObjectAddress of the new role. * GetNewRoleAddress returns the ObjectAddress of the new role.
* in the ReassignOwnedStmt. * in the ReassignOwnedStmt.
*/ */
static ObjectAddress * static ObjectAddress *
GetNewRoleAddress(ReassignOwnedStmt *stmt) GetNewRoleAddress(ReassignOwnedStmt *stmt)
{ {