Skip to content

Commit b5d255f

Browse files
committed
Fix formmating
1 parent e6a3e9b commit b5d255f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/source/handler.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ fill_image_type(const ext::oneapi::experimental::image_descriptor &Desc,
107107
UrDesc.type =
108108
Desc.type == sycl::ext::oneapi::experimental::image_type::cubemap
109109
? UR_MEM_TYPE_IMAGE_CUBEMAP_EXP
110-
: Desc.type == sycl::ext::oneapi::experimental::image_type::gather
111-
? UR_MEM_TYPE_IMAGE_GATHER_EXP
112-
: UrDesc.type;
110+
: Desc.type == sycl::ext::oneapi::experimental::image_type::gather
111+
? UR_MEM_TYPE_IMAGE_GATHER_EXP
112+
: UrDesc.type;
113113

114114
return Desc.array_size;
115115
}

0 commit comments

Comments
 (0)