lilypond-user
[Top][All Lists]
Advanced

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

fixcc.py and variable assignments on two lines


From: Reinhold Kainhofer
Subject: fixcc.py and variable assignments on two lines
Date: Thu, 4 Aug 2011 17:04:58 +0200
User-agent: KMail/1.13.6 (Linux/2.6.38-11-generic; KDE/4.7.0; i686; ; )

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, address@hidden, 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



reply via email to

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