mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
nfs4acl_xattr: reformat enum nfs4acl_encoding to one per line
In preperation of adding another enum value. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
068721f477
commit
ebf9826158
@ -21,7 +21,10 @@
|
||||
|
||||
#define NFS4ACL_XDR_MAX_ACES 8192
|
||||
|
||||
enum nfs4acl_encoding {NFS4ACL_ENCODING_NDR, NFS4ACL_ENCODING_XDR};
|
||||
enum nfs4acl_encoding {
|
||||
NFS4ACL_ENCODING_NDR,
|
||||
NFS4ACL_ENCODING_XDR,
|
||||
};
|
||||
|
||||
struct nfs4acl_config {
|
||||
unsigned nfs_version;
|
||||
|
Loading…
Reference in New Issue
Block a user