Skip to content

Commit a19daf6

Browse files
committed
format nit
1 parent f88de96 commit a19daf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/libomptarget/OpenMP/InteropAPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ omp_interop_val_t *__tgt_interop_get(ident_t *LocRef, int32_t InteropType,
276276
}
277277

278278
int __tgt_interop_use60(ident_t *LocRef, omp_interop_val_t *Interop,
279-
interop_ctx_t *Ctx, dep_pack_t *Deps) {
279+
interop_ctx_t *Ctx, dep_pack_t *Deps) {
280280
bool Nowait = Ctx->flags.nowait;
281281
DP("Call to %s with interop " DPxMOD ", nowait %" PRId32 "\n", __func__,
282282
DPxPTR(Interop), Nowait);

0 commit comments

Comments
 (0)