This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


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

Re: [PATCH RFC] PARAMS elimination - phase 2


On May 31,  5:59pm, Andrew Cagney wrote:

> As an asside, the indent that was used had a bug with how it formatted
> structs.  It would format them as either
> 
> 	struct x
> 	  {
> 	    int i;
> 	  };
> 
> 	struct x
> 	{
> 	  int i;
> 	};

Which form is preferred?

(I was using indent 2.2.5 and it was formatting the former into the
latter -- at least on the examples that I tried.)

Kevin

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