Imported Upstream version 2.6.4
[platform/upstream/harfbuzz.git] / src / hb-kern.hh
index fd5bb9e..99d533c 100644 (file)
@@ -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)
        {