gas reloc rewrite.
[binutils-gdb.git] / gas / config / tc-tic54x.c
index 7368d82c8310a8a5a76c913eabf6f961efe322c0..b1c7c2167c6f5d3fc220acea8d7d52acdd660f52 100644 (file)
@@ -1712,7 +1712,7 @@ tic54x_float_cons (type)
 
 /* The argument is capitalized if it should be zero-terminated
    's' is normal string with upper 8-bits zero-filled, 'p' is packed.
-   Code copied from stringer, and slightly modified so that strings are packed 
+   Code copied from stringer, and slightly modified so that strings are packed
    and encoded into the correct octets.  */
 
 static void
@@ -3325,7 +3325,7 @@ md_begin ()
                  tm->name, hash_err);
     }
   parop_hash = hash_new ();
-  for (tm = (template *) tic54x_paroptab; tm->name; tm++) 
+  for (tm = (template *) tic54x_paroptab; tm->name; tm++)
     {
       if (hash_find (parop_hash, tm->name))
        continue;