From 45722b3369bfee22d186fe290bb4a259291204c9 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 2 May 2008 07:34:16 +0200 Subject: [PATCH] Formatting nits. --- lily/global-context-scheme.cc | 2 +- lily/prob-scheme.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lily/global-context-scheme.cc b/lily/global-context-scheme.cc index 8fbcc99b46..03c992303d 100644 --- a/lily/global-context-scheme.cc +++ b/lily/global-context-scheme.cc @@ -54,7 +54,7 @@ LY_DEFINE (ly_make_global_translator, "ly:make-global-translator", LY_DEFINE (ly_make_global_context, "ly:make-global-context", 1, 0, 0, (SCM output_def), "Set up a global interpretation context, using the output" - " block @var{output_def}. The context is returned.\n") + " block @var{output_def}. The context is returned.") { LY_ASSERT_SMOB (Output_def, output_def, 1); Output_def *odef = unsmob_output_def (output_def); diff --git a/lily/prob-scheme.cc b/lily/prob-scheme.cc index a56b84ea9f..717e32a945 100644 --- a/lily/prob-scheme.cc +++ b/lily/prob-scheme.cc @@ -80,7 +80,7 @@ LY_DEFINE (ly_make_prob, "ly:make-prob", LY_DEFINE (ly_prob_mutable_properties, "ly:prob-mutable-properties", 1, 0, 0, (SCM prob), - "Retrieve an alist of mutable properties") + "Retrieve an alist of mutable properties.") { LY_ASSERT_SMOB (Prob, prob, 1); Prob *ps = unsmob_prob (prob); @@ -90,7 +90,7 @@ LY_DEFINE (ly_prob_mutable_properties, "ly:prob-mutable-properties", LY_DEFINE (ly_prob_immutable_properties, "ly:prob-immutable-properties", 1, 0, 0, (SCM prob), - "Retrieve an alist of mutable properties") + "Retrieve an alist of mutable properties.") { LY_ASSERT_SMOB (Prob, prob, 1); Prob *ps = unsmob_prob (prob); -- 2.39.5