Fixup checkin of wrong source
[deliverable/binutils-gdb.git] / bfd / cpu-i386.c
index 4fbf52375030d4e27d8256c6f680083ea3172173..c3e9bafc0931795afee2a2b5d3cde72341907a1d 100644 (file)
@@ -47,7 +47,7 @@ const bfd_arch_info_type bfd_x86_64_arch_intel_syntax =
   "x86_64:intel",
   3,
   true,
-  bfd_default_compatible, 
+  bfd_default_compatible,
   bfd_default_scan ,
   &bfd_i386_arch_intel_syntax,
 };
@@ -78,7 +78,7 @@ const bfd_arch_info_type bfd_x86_64_arch =
   "x86_64",
   3,
   true,
-  bfd_default_compatible, 
+  bfd_default_compatible,
   bfd_default_scan ,
   &i8086_arch,
 };
@@ -96,6 +96,5 @@ const bfd_arch_info_type bfd_i386_arch =
   true,
   bfd_default_compatible,
   bfd_default_scan ,
-  &bfd_x86_64_arch 
+  &bfd_x86_64_arch
 };
-
This page took 0.023849 seconds and 4 git commands to generate.