]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli: Fix whitespace
authorVolker Lendecke <vl@samba.org>
Thu, 28 Nov 2024 10:23:44 +0000 (11:23 +0100)
committerMartin Schwenke <martins@samba.org>
Mon, 2 Dec 2024 04:53:33 +0000 (04:53 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
libcli/security/create_descriptor.c

index 4db23bede184f9d2ef68bc0a732a99e54e3e6267..a6440f51570d4ff79090d1946f74f3ca84a899e9 100644 (file)
@@ -107,7 +107,7 @@ static bool object_in_list(const struct GUID *object_list, const struct GUID *ob
 
 /* returns true if the ACE gontains generic information
  * that needs to be processed additionally */
+
 static bool desc_ace_has_generic(const struct security_ace *ace)
 {
        if (ace->access_mask & SEC_GENERIC_ALL || ace->access_mask & SEC_GENERIC_READ ||