Skip to content

Commit

Permalink
[SYCL][COMPAT] Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcpz committed Apr 11, 2024
1 parent 30dc1b7 commit c2a97d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/include/syclcompat/device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ Use 64 bits as memory_bus_width default value."
lock.lock();
}
queue_ptr create_queue(bool print_on_async_exceptions = false,
bool in_order = true) {
bool in_order = true) {
std::lock_guard<std::mutex> lock(m_mutex);
return create_queue_impl(print_on_async_exceptions, in_order);
}
Expand Down

0 comments on commit c2a97d6

Please sign in to comment.