Skip to content

Commit

Permalink
Merge pull request #1994 from frasercrmck/trailing-semicolon
Browse files Browse the repository at this point in the history
Remove trailing semicolon. NFC
  • Loading branch information
omarahmed1111 authored Sep 13, 2024
2 parents ab5eb82 + 7735040 commit 92638b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/umf_helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ using provider_unique_handle_t =
typename std::enable_if<HAS_OP_##op<T>::value, umf_result_t>::type \
CALL_OP_##op(T *t, Args &&...args) { \
return t->op(std::forward<Args>(args)...); \
}; \
} \
\
static inline umf_result_t CALL_OP_##op(...) { \
return UMF_RESULT_ERROR_NOT_SUPPORTED; \
Expand Down

0 comments on commit 92638b2

Please sign in to comment.