]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-score-parameters.cc
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / slur-score-parameters.cc
index 1683aeea2feace61a84496e7247cecb57fd81e6d..00f2d60312e2c2b74439164b4e064e9dad7615fa 100644 (file)
   along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-
 #include "slur-score-parameters.hh"
 #include "grob.hh"
 
-
 Real
 get_detail (SCM alist, SCM sym)
 {
   SCM entry = scm_assq (sym, alist);
   return robust_scm2double (scm_is_pair (entry)
-                           ? scm_cdr (entry)
-                           : SCM_EOL,
-                           0.0);
+                            ? scm_cdr (entry)
+                            : SCM_EOL,
+                            0.0);
 }
 
 void