Compile fix for var-tx, ext-tx, rect-tx

Change-Id: I8f48db56e3f55b1d2fcc8a06aaa51e5c383e651f
diff --git a/av1/common/entropymv.c b/av1/common/entropymv.c
index 2443d71..866bdb9 100644
--- a/av1/common/entropymv.c
+++ b/av1/common/entropymv.c
@@ -130,8 +130,8 @@
 #if CONFIG_GLOBAL_MOTION
 #if GLOBAL_TRANS_TYPES == 5
 const aom_tree_index av1_global_motion_types_tree[TREE_SIZE(
-    GLOBAL_TRANS_TYPES)] = { -IDENTITY, 2, -TRANSLATION, 4, -ROTZOOM, 6,
-    -AFFINE, -HOMOGRAPHY };
+    GLOBAL_TRANS_TYPES)] = { -IDENTITY, 2, -TRANSLATION, 4,
+                             -ROTZOOM,  6, -AFFINE,      -HOMOGRAPHY };
 
 static const aom_prob default_global_motion_types_prob[GLOBAL_TRANS_TYPES - 1] =
     { 224, 128, 192, 192 };