summaryrefslogtreecommitdiff
path: root/bfd/cpu-h8300.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/cpu-h8300.c')
-rw-r--r--bfd/cpu-h8300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cpu-h8300.c b/bfd/cpu-h8300.c
index e667a0358b..5f338566e4 100644
--- a/bfd/cpu-h8300.c
+++ b/bfd/cpu-h8300.c
@@ -83,7 +83,7 @@ h8300_scan (const struct bfd_arch_info *info, const char *string)
return (info->mach == bfd_mach_h8300sx);
}
-
+
return (info->mach == bfd_mach_h8300s);
}
else