]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pango-font.cc
Update email, change default padding on TextSpanner.
[lilypond.git] / lily / pango-font.cc
index ef79b09b7ef236c6f9ed3da58cc36f4c13e4375e..b8693c8b735096e88fc36eabc4f287b3a26376ea 100644 (file)
@@ -140,9 +140,9 @@ Pango_font::pango_item_string_stencil (PangoItem *item, String str, Real dx) con
   FcPattern *fcpat = fcfont->font_pattern;
   char *file_name = 0;
   FcPatternGetString (fcpat, FC_FILE, 0, (FcChar8 **) & file_name);
-#ifdef __MINGW32__  
+#ifdef __MINGW32__
   /* Normalize file name.  */
-  // FIXME: memleak(s?)
+  // FIXME: memleak(s?), drop the #ifdef?
   file_name = File_name (file_name).to_string ().get_copy_str0 ();
 #endif