lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

minor GOP2-4 C++ indentation change


From: Graham Percival
Subject: minor GOP2-4 C++ indentation change
Date: Wed, 29 Aug 2012 12:59:04 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

After further investiation of astyle at the Waltrop meeting, I've
tweaked GOP2-4 - C++ and scheme indentation.

Instead of using astyle 2.02 strictly, we will also allow astyle
2.02.1.  The later version changes:
  <type>* bar;
into
  <type> *bar;
which matches the way that we format pointers which do not have a
<type>.  You can see the results in
c2489f8f9f47b1740b361366c0b317a799c3a090


- Graham




reply via email to

[Prev in Thread] Current Thread [Next in Thread]