Remove trailing white spaces on gas
[deliverable/binutils-gdb.git] / gas / subsegs.c
index 30f8704357783ebd11190a61472967acdf0e6fbf..69f837b2a27e62cd3903d57c279cad8447bf771e 100644 (file)
@@ -280,7 +280,7 @@ seg_not_empty_p (segT sec ATTRIBUTE_UNUSED)
 
   if (!seginfo)
     return 0;
-  
+
   for (chain = seginfo->frchainP; chain; chain = chain->frch_next)
     {
       for (frag = chain->frch_root; frag; frag = frag->fr_next)
This page took 0.024179 seconds and 4 git commands to generate.