[PATCH] objdump.c fix formatting.

Hans-Peter Nilsson hp@bitrange.com
Mon Jun 3 04:28:00 GMT 2002


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



More information about the Binutils mailing list