summaryrefslogtreecommitdiff
path: root/setcifsacl.c
diff options
context:
space:
mode:
authorPavel Shilovsky <pshilovsky@samba.org>2021-09-23 16:30:57 -0700
committerPavel Shilovsky <pshilovsky@samba.org>2021-09-23 16:30:57 -0700
commite2e216c99ecb8447bfc08931c7e4c646efa43fcc (patch)
tree07297530c6e6e1a1cbbe0b95062079dee23e6ba2 /setcifsacl.c
parent1a70243ede84b7c38564ac9a47e0993f538da8f1 (diff)
downloadcifs-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.c6
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;