fixcc.py seems to mess up indentation of variable assignments that are spread
over two lines. In particular, if you have
static char const *WARRANTY
= _i (" This program is free software; you can redistribute it and/or\n"
then fixcc.py will change it so that the second line will NOT be indented:
static char const *WARRANTY
= _i (" This program is free software; you can redistribute it and/or\n"
Is this really what we want?
Cheers,
Reinhold
--
------------------------------------------------------------------
Reinhold Kainhofer, [email protected], http://reinhold.kainhofer.com/
* Financial & Actuarial Math., Vienna Univ. of Technology, Austria
* http://www.fam.tuwien.ac.at/, DVR: 0005886
* LilyPond, Music typesetting, http://www.lilypond.org
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user