]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli/security: Conform to Samba’s brace style
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 19 Jul 2023 00:15:15 +0000 (12:15 +1200)
committerJoseph Sutton <jsutton@samba.org>
Sun, 1 Oct 2023 22:45:38 +0000 (22:45 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/security/conditional_ace.c

index 2f15b873dd310e2eb4ddd0b87e6e75ad53ba6f6d..a84060ce6988ee6dc07642a798d6f0323b2217ef 100644 (file)
@@ -1750,7 +1750,8 @@ static bool composite_relational_operator(const struct ace_condition_token *op,
 
        /* negate the NOTs */
        if (op->type == CONDITIONAL_ACE_TOKEN_NOT_CONTAINS ||
-           op->type == CONDITIONAL_ACE_TOKEN_NOT_ANY_OF) {
+           op->type == CONDITIONAL_ACE_TOKEN_NOT_ANY_OF)
+       {
                answer = !answer;
        }