]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-smob.cc
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / input-smob.cc
index 716c41d7137d094f076addc8156d3882ae05ca57..77a03fd54e7d08cfe499759b0ad3973c61614e4d 100644 (file)
@@ -59,9 +59,9 @@ equal_smob (SCM sa, SCM sb)
 {
   Input *a = (Input *) SCM_CELL_WORD_1 (sa);
   Input *b = (Input *) SCM_CELL_WORD_1 (sb);
-  if (a->get_source_file () == b->get_source_file () &&
-      a->start () == b->start () &&
-      a->end () == b->end ())
+  if (a->get_source_file () == b->get_source_file ()
+      && a->start () == b->start ()
+      && a->end () == b->end ())
     return SCM_BOOL_T;
   else
     return SCM_BOOL_F;