summaryrefslogtreecommitdiff
path: root/src/include/utils/acl.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-04-12 17:17:23 +0000
committerBruce Momjian <bruce@momjian.us>2000-04-12 17:17:23 +0000
commit52f77df613cea1803ce86321c37229626d9f213c (patch)
treebd9ac9f667f295cb65f4c448a5bb5a062d656b27 /src/include/utils/acl.h
parentdb4518729d85da83eafdacbcebaeb12618517595 (diff)
Ye-old pgindent run. Same 4-space tabs.
Diffstat (limited to 'src/include/utils/acl.h')
-rw-r--r--src/include/utils/acl.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h
index c8b79da859c..f1f60fca4cd 100644
--- a/src/include/utils/acl.h
+++ b/src/include/utils/acl.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: acl.h,v 1.24 2000/01/26 05:58:37 momjian Exp $
+ * $Id: acl.h,v 1.25 2000/04/12 17:16:54 momjian Exp $
*
* NOTES
* For backward-compatability purposes we have to allow there
@@ -76,11 +76,13 @@ typedef struct AclItem
AclId ai_id;
AclIdType ai_idtype;
AclMode ai_mode;
+
/*
- * This is actually type 'aclitem', and we want a fixed size for
- * for all platforms, so we pad this with dummies.
+ * This is actually type 'aclitem', and we want a fixed size for for
+ * all platforms, so we pad this with dummies.
*/
- char dummy1, dummy2;
+ char dummy1,
+ dummy2;
} AclItem;
/* Note: if the size of AclItem changes,