]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/notename-table.cc
release: 0.1.61
[lilypond.git] / lily / notename-table.cc
index 325d91e5f8d00fe19bd434b2a64beb98b6cab20c..1f3bc9921044a2a18401b71bc389901d9708e04f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 
 #include "notename-table.hh"
@@ -15,14 +15,14 @@ template class P<Melodic_req>;
 void
 Notename_table::add (String s, Melodic_req *m_p)
 {
-    elem (s).set_p (m_p);
+  elem (s).set_p (m_p);
 }
 
 Melodic_req*
 Notename_table::get_l (String s)
 {
-    if (! elt_b (s))
+  if (! elt_b (s))
        return 0;
-    return elem (s);
+  return elem (s);
 }
-    
+