Polish code

test=develop
revert-15207-remove_op_handle_lock_and_fix_var
minqiyang 6 years ago
parent 099186cd41
commit 5a5c577529

@ -276,7 +276,7 @@ inline void throw_on_error(T e) {
do { \
auto __cond = COND; \
if (UNLIKELY(::paddle::platform::is_error(__cond))) { \
PADDLE_THROW_ERROR(COND, __VA_ARGS__); \
PADDLE_THROW_ERROR(__cond, __VA_ARGS__); \
} \
} while (0)

Loading…
Cancel
Save