Skip to content

Commit

Permalink
Merge pull request #1331 from lukaszstolarczuk/fix-pedantic
Browse files Browse the repository at this point in the history
Remove redundant semicolons
  • Loading branch information
pbalcer committed Apr 8, 2024
2 parents 7c1683f + 38b9849 commit f85e2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/conformance/testing/include/uur/raii.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ using Program = Wrapper<ur_program_handle_t, urProgramRetain, urProgramRelease>;
using Kernel = Wrapper<ur_kernel_handle_t, urKernelRetain, urKernelRelease>;
using Queue = Wrapper<ur_queue_handle_t, urQueueRetain, urQueueRelease>;
using Event = Wrapper<ur_event_handle_t, urEventRetain, urEventRelease>;
}; // namespace raii
}; // namespace uur
} // namespace raii
} // namespace uur

#endif // UUR_RAII_H_INCLUDED

0 comments on commit f85e2e9

Please sign in to comment.