diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2021-09-23 16:30:57 -0700 |
---|---|---|
committer | Pavel Shilovsky <pshilovsky@samba.org> | 2021-09-23 16:30:57 -0700 |
commit | e2e216c99ecb8447bfc08931c7e4c646efa43fcc (patch) | |
tree | 07297530c6e6e1a1cbbe0b95062079dee23e6ba2 /setcifsacl.c | |
parent | 1a70243ede84b7c38564ac9a47e0993f538da8f1 (diff) | |
download | cifs-utils-e2e216c99ecb8447bfc08931c7e4c646efa43fcc.tar.gz cifs-utils-e2e216c99ecb8447bfc08931c7e4c646efa43fcc.tar.bz2 cifs-utils-e2e216c99ecb8447bfc08931c7e4c646efa43fcc.zip |
setcifsacl: fix formatting
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Diffstat (limited to 'setcifsacl.c')
-rw-r--r-- | setcifsacl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setcifsacl.c b/setcifsacl.c index 0c49e06..9840b14 100644 --- a/setcifsacl.c +++ b/setcifsacl.c @@ -1342,9 +1342,9 @@ main(const int argc, char *const argv[]) ace_list = optarg; break; case 'A': - maction = ActAddReorder; - ace_list = optarg; - break; + maction = ActAddReorder; + ace_list = optarg; + break; case 'S': maction = ActSetAcl; ace_list = optarg; |