]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/protected-scm.cc
New alist to replace special characters.
[lilypond.git] / lily / protected-scm.cc
index 4447371a8318336d909cb4e10cc59e518423cf5a..13afb6b29685392d5f000f43f95ac757d89ff10f 100644 (file)
@@ -32,7 +32,7 @@ Protected_scm::Protected_scm (SCM s)
 Protected_scm::Protected_scm (Protected_scm const &s)
 {
   object_ = (SCM_NIMP (s.object_) ? scm_gc_protect_object (s.object_)
-            : s.object_);
+             : s.object_);
 }
 
 Protected_scm::~Protected_scm ()