vfs_gpfs: Reformat function definition of vfs_gpfs_setlease
authorChristof Schmitt <cs@samba.org>
Thu, 16 Jan 2020 19:13:46 +0000 (12:13 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 21 Jan 2020 22:08:40 +0000 (22:08 +0000)
Remove trailing whitespace and put each argument on a seperate line.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_gpfs.c

index 0fdb28c19d25942900cfaefcc651fdad21b7607e..efc00e21f9185fe1b234e249970034cd7fa530df 100644 (file)
@@ -233,7 +233,8 @@ static int set_gpfs_lease(int fd, int leasetype)
        return gpfswrap_set_lease(fd, gpfs_type);
 }
 
-static int vfs_gpfs_setlease(vfs_handle_struct *handle, files_struct *fsp, 
+static int vfs_gpfs_setlease(vfs_handle_struct *handle,
+                            files_struct *fsp,
                             int leasetype)
 {
        struct gpfs_config_data *config;