From: Andrew Bartlett Date: Wed, 10 Oct 2012 23:47:17 +0000 (+1100) Subject: vfs: Improve formatting of vfs_fake_acls X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=547a260a2865d547a4ffc756b21fa648349654fd;p=metze%2Fsamba%2Fwip.git vfs: Improve formatting of vfs_fake_acls This avoids this bad style being copied into new modules. Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Thu Oct 11 05:10:16 CEST 2012 on sn-devel-104 --- diff --git a/source3/modules/vfs_fake_acls.c b/source3/modules/vfs_fake_acls.c index df9c3f6641f3..9954af48414b 100644 --- a/source3/modules/vfs_fake_acls.c +++ b/source3/modules/vfs_fake_acls.c @@ -377,7 +377,7 @@ static int fake_acls_sys_acl_delete_def_file(vfs_handle_struct *handle, const ch return ret; } -static int fake_acls_chown(vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) +static int fake_acls_chown(vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) { int ret; uint8_t id_buf[4]; @@ -398,7 +398,7 @@ static int fake_acls_chown(vfs_handle_struct *handle, const char *path, uid_t u return 0; } -static int fake_acls_lchown(vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) +static int fake_acls_lchown(vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) { int ret; uint8_t id_buf[4];