Commit 5330e3de1570a1d92e3cf1ec61418f2f0129268f

Werner Lemberg 2015-12-10T08:32:58

[autofit] Minor.

diff --git a/src/autofit/afscript.h b/src/autofit/afscript.h
index 77763e4..e6ae846 100644
--- a/src/autofit/afscript.h
+++ b/src/autofit/afscript.h
@@ -55,12 +55,6 @@
           HB_SCRIPT_HEBREW,
           "\xD7\x9D" ) /* ם */
 
-  /* only digit zero has a simple shape in the Lao script */
-  SCRIPT( lao, LAO,
-          "Lao",
-          HB_SCRIPT_LAO,
-          "\xE0\xBB\x90" ) /* ໐ */
-
   /* only digit zero has a simple shape in the Khmer script */
   SCRIPT( khmr, KHMR,
           "Khmer",
@@ -72,6 +66,12 @@
           HB_SCRIPT_INVALID,
           "\xE1\xA7\xA1 \xE1\xA7\xAA" ) /* ᧡ ᧪ */
 
+  /* only digit zero has a simple shape in the Lao script */
+  SCRIPT( lao, LAO,
+          "Lao",
+          HB_SCRIPT_LAO,
+          "\xE0\xBB\x90" ) /* ໐ */
+
   SCRIPT( latn, LATN,
           "Latin",
           HB_SCRIPT_LATIN,