lilypond-devel
[Top][All Lists]
Advanced

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

Fwd: fixcc.py and variable assignments on two lines


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

Sorry, sent this to -user by accident. Should be in -devel

----------  Weitergeleitete Nachricht  ----------

Betreff: fixcc.py and variable assignments on two lines
Datum: Donnerstag, 4. August 2011, 17:04:58
Von: Reinhold Kainhofer <address@hidden>
An: LILYPOND Mailinglist <address@hidden>

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

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

-------------------------------------------------------------
-- 
------------------------------------------------------------------
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]