Fixed indentation

pull/7204/head
gindibay 2023-09-18 22:59:13 +03:00
parent b8add7699a
commit dde6808ed9
1 changed files with 5 additions and 4 deletions

View File

@ -200,6 +200,7 @@ DeparseCreateRoleStmt(Node *node)
return buf.data; return buf.data;
} }
static void static void
AppendSysIdStatement(StringInfo buf, ListCell *optionCell) 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 static void
AppendStatementType(StringInfo buf, CreateRoleStmt *stmt) AppendStatementType(StringInfo buf, CreateRoleStmt *stmt)
{ {