Skip to content

Commit a2c9606

Browse files
committed
ext/ldap: CS nit
1 parent 4f02d15 commit a2c9606

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/ldap/ldap.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2434,7 +2434,9 @@ static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, bool ext)
24342434
object_init_ex(return_value, ldap_result_ce);
24352435
result = Z_LDAP_RESULT_P(return_value);
24362436
result->result = ldap_res;
2437-
} else RETVAL_TRUE;
2437+
} else {
2438+
RETVAL_TRUE;
2439+
}
24382440
}
24392441

24402442
cleanup:

0 commit comments

Comments
 (0)