Skip to content

Commit 00e942f

Browse files
author
Steffen Larsen
committed
Fix formatting
Signed-off-by: Steffen Larsen <[email protected]>
1 parent 4ae6867 commit 00e942f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/include/CL/sycl/detail/spirv.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ static inline constexpr
254254
__spv::MemorySemanticsMask::CrossWorkgroupMemory);
255255
}
256256

257-
static inline constexpr __spv::Scope::Flag
258-
getScope(memory_scope Scope) {
257+
static inline constexpr __spv::Scope::Flag getScope(memory_scope Scope) {
259258
switch (Scope) {
260259
case memory_scope::work_item:
261260
return __spv::Scope::Invocation;

0 commit comments

Comments
 (0)