X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fhb-kern.hh;h=99d533c045ceed6fa9b90acd02fdf5c1649efb6b;hb=a280f8312cc9b27515efbab292b95b9d147a2b73;hp=fd5bb9e45ef2751c0e416e5970b2a5bb0ac46558;hpb=610626019cd10944b76622e30b2610910bf4b2b8;p=platform%2Fupstream%2Fharfbuzz.git diff --git a/src/hb-kern.hh b/src/hb-kern.hh index fd5bb9e..99d533c 100644 --- a/src/hb-kern.hh +++ b/src/hb-kern.hh @@ -82,11 +82,11 @@ struct hb_kern_machine_t if (likely (!kern)) - goto skip; + goto skip; if (horizontal) { - if (scale) + if (scale) kern = font->em_scale_x (kern); if (crossStream) { @@ -104,7 +104,7 @@ struct hb_kern_machine_t } else { - if (scale) + if (scale) kern = font->em_scale_y (kern); if (crossStream) {