]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scm-hash.cc
* lily/tie-column.cc (set_manual_tie_configuration): new function.
[lilypond.git] / lily / scm-hash.cc
index b68af1d4ee91ad60b611cce3a694213d09628836..785facd09803080ac16c5cbcc5a8235fc3a0891e 100644 (file)
 
 #include <cstdio>
 #include <algorithm>
+using namespace std;
 
 #include "ly-smobs.icc"
 
-using namespace std;
-
 /*
   Return: number of objects.
 */
@@ -84,8 +83,8 @@ Scheme_hash_table::print_smob (SCM s, SCM p, scm_print_state*)
 }
 
 bool
-Scheme_hash_table::try_retrieve (SCM k, SCM *v)
-{
+Scheme_hash_table::try_retrieve (SCM k, SCM *v){
+
   SCM handle = scm_hashq_get_handle (hash_tab_, k);
   if (scm_is_pair (handle))
     {