Skip to content

Commit ea2fc76

Browse files
committed
ext/ldap: CS nit
1 parent b481d24 commit ea2fc76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/ldap/ldap.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -2428,7 +2428,9 @@ static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, bool ext)
24282428
object_init_ex(return_value, ldap_result_ce);
24292429
result = Z_LDAP_RESULT_P(return_value);
24302430
result->result = ldap_res;
2431-
} else RETVAL_TRUE;
2431+
} else {
2432+
RETVAL_TRUE;
2433+
}
24322434
}
24332435

24342436
cleanup:

0 commit comments

Comments
 (0)