indentation.
authorSven Neumann <sven@gimp.org>
Wed, 13 Feb 2008 16:26:20 +0000 (16:26 +0000)
committerSven Neumann <neo@src.gnome.org>
Wed, 13 Feb 2008 16:26:20 +0000 (16:26 +0000)
2008-02-13  Sven Neumann  <sven@gimp.org>

* pango/pangoft2.c: indentation.

svn path=/trunk/; revision=2565

ChangeLog
pango/pangoft2.c

index ab01a1a..e511e7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-13  Sven Neumann  <sven@gimp.org>
+
+       * pango/pangoft2.c: indentation.
+
 2008-02-09  Dominic Lachowicz <domlachowicz@gmail.com>
 
        Bug 515484 – Variable is initialized twice
index ff3ca31..b47d630 100644 (file)
@@ -49,15 +49,16 @@ struct _PangoFT2FontClass
   PangoFcFontClass parent_class;
 };
 
-static void pango_ft2_font_finalize   (GObject         *object);
+static void     pango_ft2_font_finalize          (GObject        *object);
 
-static void                   pango_ft2_font_get_glyph_extents (PangoFont      *font,
-                                                               PangoGlyph      glyph,
-                                                               PangoRectangle *ink_rect,
-                                                               PangoRectangle *logical_rect);
+static void     pango_ft2_font_get_glyph_extents (PangoFont      *font,
+                                                  PangoGlyph      glyph,
+                                                  PangoRectangle *ink_rect,
+                                                  PangoRectangle *logical_rect);
+
+static FT_Face  pango_ft2_font_real_lock_face    (PangoFcFont    *font);
+static void     pango_ft2_font_real_unlock_face  (PangoFcFont    *font);
 
-static FT_Face    pango_ft2_font_real_lock_face         (PangoFcFont      *font);
-static void       pango_ft2_font_real_unlock_face       (PangoFcFont      *font);
 
 PangoFT2Font *
 _pango_ft2_font_new (PangoFT2FontMap *ft2fontmap,
@@ -462,7 +463,8 @@ pango_ft2_font_finalize (GObject *object)
  * @language: a language tag.
  * @returns: a #PangoCoverage.
  *
- * Gets the #PangoCoverage for a #PangoFT2Font. Use pango_font_get_coverage() instead.
+ * Gets the #PangoCoverage for a #PangoFT2Font. Use
+ * pango_font_get_coverage() instead.
  **/
 PangoCoverage *
 pango_ft2_font_get_coverage (PangoFont     *font,