aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2023-09-07 13:33:35 +0200
committerTobias Burnus <tobias@codesourcery.com>2023-09-07 13:33:35 +0200
commitd22cd7745ffaafffe9f0ef9afef130808811bae1 (patch)
tree9ba7752c9404a4f5b7f4627d20ba6739c7f2d6cf /libgomp
parent1b0934b7276cc24e20c25dc22aa08268f4b00444 (diff)
downloadgcc-d22cd7745ffaafffe9f0ef9afef130808811bae1.zip
gcc-d22cd7745ffaafffe9f0ef9afef130808811bae1.tar.gz
gcc-d22cd7745ffaafffe9f0ef9afef130808811bae1.tar.bz2
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.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/target.c b/libgomp/target.c
index cd4cc1b..812674d 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++)
{