Skip to content

Commit 29b5774

Browse files
author
Diptorup Deb
committed
Fix formatting
1 parent 0788a74 commit 29b5774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpctl-capi/source/dpctl_sycl_context_interface.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ __dpctl_give DPCTLSyclContextRef DPCTLContext_CreateFromDeviceVector(
6969
DPCTLSyclContextRef CRef = nullptr;
7070
vector_class<device> Devices;
7171
auto DeviceRefs = unwrap(DVRef);
72-
if(!DeviceRefs)
72+
if (!DeviceRefs)
7373
return CRef;
7474
Devices.reserve(DeviceRefs->size());
7575

76-
for(auto const &DRef: *DeviceRefs) {
76+
for (auto const &DRef : *DeviceRefs) {
7777
Devices.emplace_back(*unwrap(DRef));
7878
}
7979

0 commit comments

Comments
 (0)