Remove trailing spaces in gas
[deliverable/binutils-gdb.git] / gas / config / tc-mmix.c
index a02e027ddb6534108fa4836fc423e5de29a696ad..c5128cd1b6461edcbbb77a549c696d66ae516768 100644 (file)
@@ -2973,7 +2973,7 @@ mmix_handle_mmixal (void)
   if (*s == 0 || is_end_of_line[(unsigned int) *s])
     /* We avoid handling empty lines here.  */
     return;
-      
+
   if (is_name_beginner (*s))
     label = s;
 
@@ -3413,7 +3413,7 @@ mmix_md_relax_frag (segT seg, fragS *fragP, long stretch)
        fragP->fr_subtype = ENCODE_RELAX (STATE_PUSHJSTUB, STATE_ZERO);
       }
       /* FALLTHROUGH.  */
-    
+
       /* See if this PUSHJ is redirectable to a stub.  */
     case ENCODE_RELAX (STATE_PUSHJSTUB, STATE_ZERO):
       {
This page took 0.02404 seconds and 4 git commands to generate.