Skip to content

Commit f72c864

Browse files
committed
ext/ldap: CS nit
1 parent 085d027 commit f72c864

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
@@ -2433,7 +2433,9 @@ static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, bool ext)
24332433
object_init_ex(return_value, ldap_result_ce);
24342434
result = Z_LDAP_RESULT_P(return_value);
24352435
result->result = ldap_res;
2436-
} else RETVAL_TRUE;
2436+
} else {
2437+
RETVAL_TRUE;
2438+
}
24372439
}
24382440

24392441
cleanup:

0 commit comments

Comments
 (0)