[patch] *-dis.c: Fix formatting.

Andrew Cagney ac131313@cygnus.com
Fri Aug 17 21:34:00 GMT 2001


> @@ -22,9 +22,7 @@
>  #include "dis-asm.h"
>  #include "opintl.h"
>  
> -
> -struct avr_opcodes_s
> -{
> +struct avr_opcodes_s {
>    char *name;
>    char *constraints;
>    char *opcode;


While I'm not sure what BINUTILS is doing I would note that the GNU 
Coding Standard recomments:

	struct foo
	{
	  char *name;
	  char *consts;
	};

as controlled by gnu-indent's -bls.

enjoy,
	Andrew




More information about the Binutils mailing list