Re: [GNC-dev] Missing G_END_DECLS macro in gnucash/import-export/aqb/gnc-ab-kvp.h
Kevin Buckley <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.gnucash.devel |
|---|---|
| Message-ID | <CAKJd7RNJq8TnikGciRT2XEq5KZUH3bsA6SyN2ETHe=0stRhdvA@mail.gmail.com> |
On Sun, 20 Feb 2022 at 02:05, john <[email protected]> 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.