]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/kpath.cc
* lily/accidental-placement.cc (position_accidentals): bugfix in
[lilypond.git] / lily / kpath.cc
index cb6968aafbf3c5387a901e4c0e78db0ccac1e6b4..bc2ac1a3fa4166148afdcf6821a4e585359f5341 100644 (file)
@@ -46,13 +46,13 @@ kpathsea_find_afm (char const * name)
 #if (KPATHSEA && HAVE_KPSE_FIND_FILE)
   char * name_ptr =  kpse_find_file (name, kpse_afm_format, true);
 
-  if(!name_ptr)
+  if (!name_ptr)
     {
   /*
     don't mutter about afms, since we try to find them first, and lots of
     TFMs don't have AFMs. 
    */
-      //      warning (_f("kpathsea couldn't find AFM file `%s'", name));
+      //      warning (_f ("kpathsea couldn't find AFM file `%s'", name));
     }
   else
     return name_ptr;
@@ -71,9 +71,9 @@ kpathsea_find_tfm (char const * name)
   
 #if (KPATHSEA && HAVE_KPSE_FIND_FILE)
   char * name_ptr =  kpse_find_file (name, kpse_tfm_format, true);
-  if(!name_ptr)
+  if (!name_ptr)
     {
-      warning (_f("Kpathsea couldn't find TFM file `%s'", name));
+      warning (_f ("Kpathsea couldn't find TFM file `%s'", name));
     }
   else
     return name_ptr;