From 5d4eab16d87aec0cb3be643085f11d8b5c465a95 Mon Sep 17 00:00:00 2001 From: Pablo Reble Date: Tue, 10 May 2022 11:25:51 -0500 Subject: [PATCH] fix formatting --- sycl/source/detail/queue_impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/source/detail/queue_impl.cpp b/sycl/source/detail/queue_impl.cpp index d812ac8a4e356..7aefc92a3567f 100644 --- a/sycl/source/detail/queue_impl.cpp +++ b/sycl/source/detail/queue_impl.cpp @@ -277,10 +277,10 @@ void queue_impl::wait(const detail::code_location &CodeLoc) { #endif #if 1 - if(has_property()){ + if (has_property()) { const detail::plugin &Plugin = getPlugin(); if (Plugin.getBackend() == backend::ext_oneapi_level_zero) - Plugin.call(getHandleRef()); + Plugin.call(getHandleRef()); } #endif