On 2/28/14, 9:42 AM, C. Michael Pilato wrote: > I think this follows from the problem of making both symbol-specific and > top-level changes in a given file. Some folks do this: > > * build/ac-macros/serf.m4: > Update the description. > (some_func): Twiddle the deeznits. > > Others dislike the inconsistency, and prefer instead: > > * build/ac-macros/serf.m4: > (): Update the description. > (some_func): Twiddle the deeznits.
Yes this is exactly why I was using this form. The first one just looks wrong to me, but if that's what everyone agrees we should be using then I'll stop doing the (): bit. > Once you establish a habit of the latter, it sorta follows that when you have > only top-level changes, you stick with your established pattern. I only use the (): form when I have both symbol-specific and top-level changes. The commit this is in regards to had both. Branko just trimmed the rest when he replied since he only wanted to talk about the top-level change.