Skip to content

Commit 0d98125

Browse files
committed
fix format
1 parent fe632e9 commit 0d98125

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/loader/layers/sanitizer/msan/msan_interceptor.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ MsanInterceptor::registerDeviceGlobals(ur_program_handle_t Program) {
276276
auto DeviceInfo = getMsanInterceptor()->getDeviceInfo(Device);
277277
for (size_t i = 0; i < NumOfDeviceGlobal; i++) {
278278
const auto &GVInfo = GVInfos[i];
279-
UR_CALL(DeviceInfo->Shadow->EnqueuePoisonShadow(Queue, GVInfo.Addr, GVInfo.Size, 0));
279+
UR_CALL(DeviceInfo->Shadow->EnqueuePoisonShadow(Queue, GVInfo.Addr,
280+
GVInfo.Size, 0));
280281
}
281282
}
282283

0 commit comments

Comments
 (0)