diff --git a/sycl/source/detail/device_impl.cpp b/sycl/source/detail/device_impl.cpp index 62f7e6652df6d..a78daf5fe0f28 100644 --- a/sycl/source/detail/device_impl.cpp +++ b/sycl/source/detail/device_impl.cpp @@ -602,9 +602,9 @@ bool device_impl::has(aspect Aspect) const { return Result != nullptr; } - throw runtime_error("This device aspect has not been implemented yet.", - PI_ERROR_INVALID_DEVICE); } + throw runtime_error("This device aspect has not been implemented yet.", + PI_ERROR_INVALID_DEVICE); } std::shared_ptr device_impl::getHostDeviceImpl() {