Skip to content

Commit 2503511

Browse files
committed
formatting fixed
1 parent f09b616 commit 2503511

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/test-e2e/VirtualMem/virtual_mem_operations.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ int main() {
5151
size_t AlignedByteSize = GetAlignedByteSize(BytesRequired, UsedGranularity);
5252

5353
syclext::physical_mem PhysicalMem{Device, Context, AlignedByteSize};
54-
54+
5555
assert(PhysicalMem.get_device() == Device &&
5656
"device passed to physical_mem must be the same as returned from "
5757
"get_device()");
@@ -104,7 +104,8 @@ int main() {
104104
syclext::get_access_mode(MappedPtr, AlignedByteSize, Context);
105105

106106
assert(CurrentAccessMode == syclext::address_access_mode::read_write &&
107-
"access mode must be address_access_mode::read_write before change with "
107+
"access mode must be address_access_mode::read_write before change "
108+
"with "
108109
"set_access_mode()");
109110

110111
syclext::set_access_mode(MappedPtr, AlignedByteSize,

0 commit comments

Comments
 (0)