From: Christof Schmitt Date: Thu, 16 Jan 2020 19:13:46 +0000 (-0700) Subject: vfs_gpfs: Reformat function definition of vfs_gpfs_setlease X-Git-Tag: ldb-2.1.1~260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9c992a7a9fef7cdaea304b9c22f9e4025588e87;p=thirdparty%2Fsamba.git vfs_gpfs: Reformat function definition of vfs_gpfs_setlease Remove trailing whitespace and put each argument on a seperate line. Signed-off-by: Christof Schmitt Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c index 0fdb28c19d2..efc00e21f91 100644 --- a/source3/modules/vfs_gpfs.c +++ b/source3/modules/vfs_gpfs.c @@ -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;