summaryrefslogtreecommitdiff
path: root/ld/ldfile.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-07-02 04:26:39 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-07-02 04:26:39 +0000
commitd4a4149588d5736406f3efb70376e574962f1db2 (patch)
tree8c6eaca2d8bfefbe560e37214496d5594fce9a75 /ld/ldfile.c
parent007614cc8c438ecce3e299e5719e06949e45a538 (diff)
downloadbinutils-redhat-d4a4149588d5736406f3efb70376e574962f1db2.tar.gz
* ldfile.c (ldfile_try_open_bfd): Formatting.
Diffstat (limited to 'ld/ldfile.c')
-rw-r--r--ld/ldfile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/ldfile.c b/ld/ldfile.c
index b23ef452fb..9fb2b2dab9 100644
--- a/ld/ldfile.c
+++ b/ld/ldfile.c
@@ -136,8 +136,7 @@ ldfile_try_open_bfd (attempt, entry)
if ((bfd_arch_get_compatible (check, output_bfd) == NULL)
/* XCOFF archives can have 32 and 64 bit objects */
&& ! (bfd_get_flavour (check) == bfd_target_xcoff_flavour
- && bfd_get_flavour (output_bfd) ==
- bfd_target_xcoff_flavour
+ && bfd_get_flavour (output_bfd) == bfd_target_xcoff_flavour
&& bfd_check_format (entry->the_bfd, bfd_archive)))
{
einfo (_("%P: skipping incompatible %s when searching for %s\n"),