diff --git a/libgomp/target.c b/libgomp/target.c index cd4cc1b01ca778d1e94df13a2057479bde31ddb9..812674d19a927036ee841fb832c861da7dc2a6f7 100644 --- a/libgomp/target.c +++ b/libgomp/target.c @@ -2698,7 +2698,7 @@ gomp_unload_device (struct gomp_device_descr *devicep) if (devicep->state == GOMP_DEVICE_INITIALIZED) { unsigned i; - + /* Unload from device all images registered at the moment. */ for (i = 0; i < num_offload_images; i++) {