vfs: Improve formatting of vfs_fake_acls
authorAndrew Bartlett <abartlet@samba.org>
Wed, 10 Oct 2012 23:47:17 +0000 (10:47 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 11 Oct 2012 03:10:16 +0000 (05:10 +0200)
This avoids this bad style being copied into new modules.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Oct 11 05:10:16 CEST 2012 on sn-devel-104

source3/modules/vfs_fake_acls.c

index df9c3f6641f3a66d4eb815b17684992df9ff0bd5..9954af48414b791bfbdff26eff33baa64414de53 100644 (file)
@@ -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];