]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: reformat OpenDir() function definition
authorRalph Boehme <slow@samba.org>
Mon, 23 Mar 2020 12:56:49 +0000 (13:56 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 24 Mar 2020 19:48:41 +0000 (19:48 +0000)
Gives a nicer diff in the next commit. No change in behaviour.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/dir.c

index 94e9061d5318572ed143689a492bb7261644673c..4affd402c0e5a38c74a4b7fd41eeaffdbf599510 100644 (file)
@@ -1479,7 +1479,8 @@ static int smb_Dir_OpenDir_destructor(struct smb_Dir *dir_hnd)
        return 0;
 }
 
-struct smb_Dir *OpenDir(TALLOC_CTX *mem_ctx, connection_struct *conn,
+struct smb_Dir *OpenDir(TALLOC_CTX *mem_ctx,
+                       connection_struct *conn,
                        const struct smb_filename *smb_dname,
                        const char *mask,
                        uint32_t attr)