summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-ot-layout-common-private.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-04-20 23:50:45 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-04-20 23:50:45 -0400
commitb11755c2f68d0dfe1dac7a7bce29defa25255bc9 (patch)
tree77f212915055081de7d49e557e25c2120053a25c /pango/opentype/hb-ot-layout-common-private.hh
parent5453f4b097811e31e8205d3729bee1fc97d2e541 (diff)
downloadpango-b11755c2f68d0dfe1dac7a7bce29defa25255bc9.tar.gz
[HB] Cosmetic
Diffstat (limited to 'pango/opentype/hb-ot-layout-common-private.hh')
-rw-r--r--pango/opentype/hb-ot-layout-common-private.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/opentype/hb-ot-layout-common-private.hh b/pango/opentype/hb-ot-layout-common-private.hh
index e3171e36..2cb59d64 100644
--- a/pango/opentype/hb-ot-layout-common-private.hh
+++ b/pango/opentype/hb-ot-layout-common-private.hh
@@ -410,7 +410,7 @@ ASSERT_SIZE (CoverageFormat2, 4);
struct Coverage
{
- inline unsigned int operator() (hb_codepoint_t glyph_id) const { return get_coverage (glyph_id); }
+ inline unsigned int operator () (hb_codepoint_t glyph_id) const { return get_coverage (glyph_id); }
inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
{
@@ -528,7 +528,7 @@ ASSERT_SIZE (ClassDefFormat2, 4);
struct ClassDef
{
- inline hb_ot_layout_class_t operator() (hb_codepoint_t glyph_id) const { return get_class (glyph_id); }
+ inline hb_ot_layout_class_t operator () (hb_codepoint_t glyph_id) const { return get_class (glyph_id); }
inline hb_ot_layout_class_t get_class (hb_codepoint_t glyph_id) const
{
@@ -564,7 +564,7 @@ struct ClassDef
struct Device
{
- inline int operator() (unsigned int ppem_size) const { return get_delta (ppem_size); }
+ inline int operator () (unsigned int ppem_size) const { return get_delta (ppem_size); }
inline int get_delta (unsigned int ppem_size) const
{