From dde6808ed9fe59897f50529187b2b57372459e9b Mon Sep 17 00:00:00 2001 From: gindibay Date: Mon, 18 Sep 2023 22:59:13 +0300 Subject: [PATCH] Fixed indentation --- src/backend/distributed/deparser/deparse_role_stmts.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/backend/distributed/deparser/deparse_role_stmts.c b/src/backend/distributed/deparser/deparse_role_stmts.c index 803ca0e8e..ee216809e 100644 --- a/src/backend/distributed/deparser/deparse_role_stmts.c +++ b/src/backend/distributed/deparser/deparse_role_stmts.c @@ -200,6 +200,7 @@ DeparseCreateRoleStmt(Node *node) return buf.data; } + static void AppendSysIdStatement(StringInfo buf, ListCell *optionCell) { @@ -237,11 +238,11 @@ AppendInlinePriviliges(StringInfo buf, ListCell *optionCell) } } -/* -* AppendStatementType generates the string representation for the statement -* type (role, user or group) in alter/create statement and appends it to the buffer. -*/ +/* + * AppendStatementType generates the string representation for the statement + * type (role, user or group) in alter/create statement and appends it to the buffer. + */ static void AppendStatementType(StringInfo buf, CreateRoleStmt *stmt) {