1
0
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:
Ralph Boehme 2018-11-26 16:31:42 +01:00 committed by Jeremy Allison
parent 068721f477
commit ebf9826158

View File

@ -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;