Remove redundant defintions of BYTES_IN_WORD and add conditional defintion in
[deliverable/binutils-gdb.git] / binutils / arsup.h
index e875cbf6f366e15e020067753be4c5bc7e223e26..aeec2589b016d721ff4c7ad2d27bb24dd66a6f67 100644 (file)
@@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 struct list {
-       char *name;     
+       char *name;
        struct list *next;
 };
 
This page took 0.022701 seconds and 4 git commands to generate.