Skip to content

Commit

Permalink
Remove another trailing semicolon. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
frasercrmck committed Sep 30, 2024
1 parent bcd9032 commit bfd1078
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/common/umf_helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ using provider_unique_handle_t =
return UMF_RESULT_ERROR_NOT_SUPPORTED; \
}

DEFINE_CHECK_OP(get_ipc_handle_size);
DEFINE_CHECK_OP(get_ipc_handle);
DEFINE_CHECK_OP(put_ipc_handle);
DEFINE_CHECK_OP(open_ipc_handle);
DEFINE_CHECK_OP(close_ipc_handle);
DEFINE_CHECK_OP(get_ipc_handle_size)
DEFINE_CHECK_OP(get_ipc_handle)
DEFINE_CHECK_OP(put_ipc_handle)
DEFINE_CHECK_OP(open_ipc_handle)
DEFINE_CHECK_OP(close_ipc_handle)

#define UMF_ASSIGN_OP(ops, type, func, default_return) \
ops.func = [](void *obj, auto... args) { \
Expand Down

0 comments on commit bfd1078

Please sign in to comment.