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

2022-02-26 Thread john
> On Feb 25, 2022, at 8:59 PM, Kevin Buckley wrote: > > On Sun, 20 Feb 2022 at 02:05, john 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=br

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

2022-02-25 Thread Kevin Buckley
On Sun, 20 Feb 2022 at 02:05, john 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 --bracke

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

2022-02-19 Thread john
> On Feb 18, 2022, at 8:24 PM, Kevin Buckley wrote: > > I actually noticed this in a source file from back in the 2.6 days, > although have just pull-ed the maint branch, at commit 1ed85c9b6, > and still can't see one? > > FWIW, I was looking to wrap all of the > > G_BEGIN_DECLS > G_END_DECL

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

2022-02-18 Thread Kevin Buckley
I actually noticed this in a source file from back in the 2.6 days, although have just pull-ed the maint branch, at commit 1ed85c9b6, and still can't see one? FWIW, I was looking to wrap all of the G_BEGIN_DECLS G_END_DECLS pairs in GNU indent "Ignore" comments /* *INDENT-OFF* */ /* *INDENT-ON