This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [SPATCH] Use __glibc_likely and __glibc_unlikely.


On Mon, May 20, 2013 at 10:30:11PM +0000, Joseph S. Myers wrote:
> On Mon, 20 May 2013, OndÅYej BÃlka wrote:
> 
> > http://kam.mff.cuni.cz/~ondra/expect.patch
> 
> This appears to be consistently missing a space before the open 
> parenthesis, "__glibc_likely(".  It also appears to have produced too-long 
> lines, losing newlines inside the calls when instead the multiline call 
> contents should be reindented appropriately and only move onto a single 
> line when the change makes the contents short enough to do so.
> 
It is by coccinette design. Choices are:

1. Ignore formating now and fix later. (it is too much to format manualy.)
2. Ask coccinette team to add flag that does formating in gnu style.
3. Use formatter.

Ondra


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