]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-smob.cc
* lily/slur-performer.cc (Slur_performer): add inits
[lilypond.git] / lily / input-smob.cc
index fafeab7b7dc7879b895ba25de2e5d881a5c519dc..4ca03d940aaae7da83760f97304206062f0849fb 100644 (file)
@@ -83,7 +83,7 @@ LY_DEFINE (ly_input_message, "ly:input-message", 2, 0, 0, (SCM sip, SCM msg),
          "Print @var{msg} as a GNU compliant error message, pointing to the"
           "location in @var{sip}.\n")
 {
-  Input *ip = unsmob_input(sip);
+  Input *ip = unsmob_input (sip);
   SCM_ASSERT_TYPE (ip, sip, SCM_ARG1, __FUNCTION__, "input location");
   SCM_ASSERT_TYPE (gh_string_p (msg), msg, SCM_ARG2, __FUNCTION__, "string");