smbd: Fix some whitespace
authorVolker Lendecke <vl@samba.org>
Thu, 9 Feb 2017 18:13:21 +0000 (19:13 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 15 Feb 2017 01:28:16 +0000 (02:28 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_posixacl.c

index f009fcc846a15920b294cc51089a512bf8396583..aeadcbcf43da16d1164287bf2707009a79c7c7ec 100644 (file)
@@ -187,7 +187,7 @@ static bool smb_ace_to_internal(acl_entry_t posix_ace,
                acl_free(puid);
                break;
        }
-               
+
        case SMB_ACL_GROUP: {
                gid_t *pgid = (uid_t *)acl_get_qualifier(posix_ace);
                if (pgid == NULL) {
@@ -230,7 +230,7 @@ static struct smb_acl_t *smb_acl_to_internal(acl_t acl, TALLOC_CTX *mem_ctx)
 
                entry_id = ACL_NEXT_ENTRY;
 
-               result->acl = talloc_realloc(result, result->acl, 
+               result->acl = talloc_realloc(result, result->acl,
                                             struct smb_acl_entry, result->count+1);
                if (result->acl == NULL) {
                        TALLOC_FREE(result);