]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Revert: "Another revert test with a bogus hash"
authorTobias Burnus <tobias@codesourcery.com>
Thu, 7 Sep 2023 11:33:35 +0000 (13:33 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Thu, 7 Sep 2023 11:33:35 +0000 (13:33 +0200)
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

index cd4cc1b01ca778d1e94df13a2057479bde31ddb9..812674d19a927036ee841fb832c861da7dc2a6f7 100644 (file)
@@ -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++)
        {