1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00

libcli/security: Conform to Samba’s brace style

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton
2023-07-19 12:15:15 +12:00
committed by Joseph Sutton
parent bc680b6f4a
commit 9ecd17c84b

View 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;
}