]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/varasm.c
Remove trailing whitespace. Add missing dbxout.c hunk.
[thirdparty/gcc.git] / gcc / varasm.c
index 70df7467347f0c1ae402fcac1e942715b60527d7..f627fe9b771a8b4e2571cacef091329af2eb1e30 100644 (file)
@@ -3526,7 +3526,7 @@ const_rtx_hash_1 (rtx *xp, void *data)
       {
        int shift = sizeof (hashval_t) * CHAR_BIT;
        const int n = sizeof (HOST_WIDE_INT) / sizeof (hashval_t);
-       
+
        h ^= (hashval_t) hwi;
        for (i = 1; i < n; ++i)
          {