[myanmar] Minor move
diff --git a/src/hb-ot-shape-complex.hh b/src/hb-ot-shape-complex.hh
index 7522246..a2499de 100644
--- a/src/hb-ot-shape-complex.hh
+++ b/src/hb-ot-shape-complex.hh
@@ -283,6 +283,12 @@
return &_hb_ot_complex_shaper_myanmar;
+ /* https://github.com/harfbuzz/harfbuzz/issues/1162 */
+ case HB_SCRIPT_MYANMAR_ZAWGYI:
+
+ return &_hb_ot_complex_shaper_myanmar_zawgyi;
+
+
/* Unicode-2.0 additions */
case HB_SCRIPT_TIBETAN:
@@ -381,12 +387,6 @@
return &_hb_ot_complex_shaper_default;
else
return &_hb_ot_complex_shaper_use;
-
-
- /* https://github.com/harfbuzz/harfbuzz/issues/1162 */
- case HB_SCRIPT_MYANMAR_ZAWGYI:
-
- return &_hb_ot_complex_shaper_myanmar_zawgyi;
}
}