This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] objdump.c fix formatting.


On Mon, 3 Jun 2002, Elias Athanasopoulos wrote:

> --- objdump.c.orig	Mon Jun  3 00:04:51 2002
> +++ objdump.c	Mon Jun  3 13:58:22 2002
> @@ -390,11 +390,9 @@
>    storage = bfd_get_symtab_upper_bound (abfd);
>    if (storage < 0)
>      bfd_fatal (bfd_get_filename (abfd));
> -
>    if (storage)

No, that blank line is proper formatting; it should remain.

> @@ -424,11 +422,9 @@
>
>        bfd_fatal (bfd_get_filename (abfd));
>      }
> -

Likewise.

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]