]> git.donarmstrong.com Git - lilypond.git/commit
Style: disable removal of "gratuitous" blocks.
authorGraham Percival <gperciva@gperciva-desktop.(none)>
Wed, 6 Oct 2010 16:33:35 +0000 (17:33 +0100)
committerGraham Percival <gperciva@gperciva-desktop.(none)>
Thu, 7 Oct 2010 12:54:27 +0000 (13:54 +0100)
commit81fca6d4550f635d4846f13cb504d4cb05e3ef59
tree50295b367118d3f00bd2cfef3932a414920e02c3
parente3340714c8aed090357ceaad70ef697b273aae67
Style: disable removal of "gratuitous" blocks.

This rule removed any {} which were around a single statment, but
this removal broke any .h file with short inline function
definitions (such as a "getFoo() { return foo; }").

The templates in flower/include/std-vector.hh were hit
particularly hard by this rule.
scripts/auxiliar/fixcc.py