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, reinh...@kainhofer.com, 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to