[GNC-dev] Missing G_END_DECLS macro in gnucash/import-export/aqb/gnc-ab-kvp.h

john jralls at ceridwen.us
Sat Feb 26 12:50:20 EST 2022



> On Feb 25, 2022, at 8:59 PM, Kevin Buckley <kevin.m.buckley at gmail.com> wrote:
> 
> On Sun, 20 Feb 2022 at 02:05, john <jralls at ceridwen.us> wrote:
>> 
>> On those occasions where we want to bulk reformat we've generally used artistic style, http://astyle.sourceforge.net/, as
>>  astyle -xd -k1 -m0 -M60 -xL -xC79 -OHpUcZns4 --brackets=break
>> or more commonly just
>>  astyle --indent=spaces=4 --brackets=break --suffix=none
> 
> For anyone coming to this thread, I wanted to point out that the
> 
> --brackets=break
> 
> argument in the above should possibly be
> 
> --style=break
> 
> at least for Artistic Style version 3.1.

That looks right and shows that we haven't used astyle in a long time: The --brackets option was last mentioned in the release notes in 2.02, though it's in the 2.04 docs that I have installed on my main dev machine.

Regards,
John Ralls



More information about the gnucash-devel mailing list