]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-scheme.cc
codingstyle nits: space before ( and after ,
[lilypond.git] / lily / input-scheme.cc
index e3d0312642fd8488b75db27dfcfea9f467dba3f9..f6f2a3f4490eb8c64e06a2e1cfe6d78de7a614a4 100644 (file)
@@ -25,7 +25,7 @@ LY_DEFINE (ly_input_message, "ly:input-message", 2, 0, 1, (SCM sip, SCM msg, SCM
   Input *ip = unsmob_input (sip);
 
   LY_ASSERT_TYPE (unsmob_input, sip, 1);
-  LY_ASSERT_TYPE(scm_is_string, msg,2);
+  LY_ASSERT_TYPE (scm_is_string, msg,2);
 
   msg = scm_simple_format (SCM_BOOL_F, msg, rest);