1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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 <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Christof Schmitt 2020-01-16 12:13:46 -07:00 committed by Jeremy Allison
parent 22cd011bc4
commit d9c992a7a9

View 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;