summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_default_acl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/pg_default_acl.h')
-rw-r--r--src/include/catalog/pg_default_acl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/catalog/pg_default_acl.h b/src/include/catalog/pg_default_acl.h
index 545cee710d..601b11e11c 100644
--- a/src/include/catalog/pg_default_acl.h
+++ b/src/include/catalog/pg_default_acl.h
@@ -35,7 +35,8 @@ CATALOG(pg_default_acl,826,DefaultAclRelationId)
char defaclobjtype; /* see DEFACLOBJ_xxx constants below */
#ifdef CATALOG_VARLEN /* variable-length fields start here */
- aclitem defaclacl[1] BKI_FORCE_NOT_NULL; /* permissions to add at CREATE time */
+ aclitem defaclacl[1] BKI_FORCE_NOT_NULL; /* permissions to add at
+ * CREATE time */
#endif
} FormData_pg_default_acl;