Remove trailing white spaces in bfd
[deliverable/binutils-gdb.git] / bfd / cpu-msp430.c
index bcaa4e7fc71121e70f0cc6726fe59a5e3c201151..09c0e54f014ac3ff97280470942d2dba5f11d8f8 100644 (file)
@@ -78,7 +78,7 @@ static const bfd_arch_info_type arch_info_struct[] =
 
   /* msp430x15x.  */
   N (16, bfd_mach_msp15, "msp:15", FALSE, & arch_info_struct[6]),
-  
+
   /* msp430x16x.  */
   N (16, bfd_mach_msp16, "msp:16", FALSE, & arch_info_struct[7]),
 
@@ -86,14 +86,14 @@ static const bfd_arch_info_type arch_info_struct[] =
   N (16, bfd_mach_msp21, "msp:21", FALSE, & arch_info_struct[8]),
 
   /* msp430x31x.  */
-  N (16, bfd_mach_msp31, "msp:31", FALSE, & arch_info_struct[9]), 
+  N (16, bfd_mach_msp31, "msp:31", FALSE, & arch_info_struct[9]),
 
   /* msp430x32x.  */
-  N (16, bfd_mach_msp32, "msp:32", FALSE, & arch_info_struct[10]), 
+  N (16, bfd_mach_msp32, "msp:32", FALSE, & arch_info_struct[10]),
 
   /* msp430x33x.  */
   N (16, bfd_mach_msp33, "msp:33", FALSE, & arch_info_struct[11]),
-  
+
   /* msp430x41x.  */
   N (16, bfd_mach_msp41, "msp:41", FALSE, & arch_info_struct[12]),
 
This page took 0.024026 seconds and 4 git commands to generate.