From d22cd7745ffaafffe9f0ef9afef130808811bae1 Mon Sep 17 00:00:00 2001 From: Tobias Burnus <tobias@codesourcery.com> Date: Thu, 7 Sep 2023 13:33:35 +0200 Subject: [PATCH] Revert: "Another revert test with a bogus hash" This reverts commit ffffffffffffffffffffffffffffffffffffffff. This should get rejected because of the invalid hash. If it still is accepted, it does something sensible: It removes tailing white space from a line in libgomp/target.c. --- libgomp/target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgomp/target.c b/libgomp/target.c index cd4cc1b01ca7..812674d19a92 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++) { -- GitLab