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]

Re: [patch] pe-dll.c: Fix formatting (another one!)


Hi,

> I'm inclined to agree with this one, but others will side with Kazu.
> Was this change something indent did?

Actually, I just found out the following.

indent with no option generates:

struct foo
{
  int n;
}
bar;

indent -brs generates:

struct foo {
  int n;
} bar;

Originally I was not using -brs.  That was the problem.

Kazu Hirata


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