smbd: realign fd_open_atomic() args
authorRalph Boehme <slow@samba.org>
Fri, 8 May 2020 13:24:04 +0000 (15:24 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 21 May 2020 05:23:32 +0000 (05:23 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c

index 3f53005cf3e1729d86f2d6b018e789564cf9d6c0..4c102f3ee20c5f6961377c6a02b1e328f849bd40 100644 (file)
@@ -1024,10 +1024,10 @@ static NTSTATUS change_dir_owner_to_parent(connection_struct *conn,
 ****************************************************************************/
 
 static NTSTATUS fd_open_atomic(struct connection_struct *conn,
-                       files_struct *fsp,
-                       int flags,
-                       mode_t mode,
-                       bool *file_created)
+                              files_struct *fsp,
+                              int flags,
+                              mode_t mode,
+                              bool *file_created)
 {
        NTSTATUS status = NT_STATUS_UNSUCCESSFUL;
        NTSTATUS retry_status;