apply clang-format

Change-Id: Ib1b5dde5d4c6479c968cd7d7a4a1d01abae1fcf6
diff --git a/av1/common/blockd.h b/av1/common/blockd.h
index c0114fa..e1d2360 100644
--- a/av1/common/blockd.h
+++ b/av1/common/blockd.h
@@ -611,33 +611,33 @@
   return (tx_size == TX_16X16 ? 2 : 1);
 }
 
-static const int use_intra_ext_tx_for_txsize[EXT_TX_SETS_INTRA]
-                                            [EXT_TX_SIZES] = {
+static const int use_intra_ext_tx_for_txsize[EXT_TX_SETS_INTRA][EXT_TX_SIZES] =
+    {
 #if CONFIG_CB4X4
-                                              { 1, 1, 1, 1, 1 },  // unused
-                                              { 0, 1, 1, 0, 0 },
-                                              { 0, 0, 0, 1, 0 },
+      { 1, 1, 1, 1, 1 },  // unused
+      { 0, 1, 1, 0, 0 },
+      { 0, 0, 0, 1, 0 },
 #else
-                                              { 1, 1, 1, 1 },  // unused
-                                              { 1, 1, 0, 0 },
-                                              { 0, 0, 1, 0 },
+      { 1, 1, 1, 1 },  // unused
+      { 1, 1, 0, 0 },
+      { 0, 0, 1, 0 },
 #endif  // CONFIG_CB4X4
-                                            };
+    };
 
-static const int use_inter_ext_tx_for_txsize[EXT_TX_SETS_INTER]
-                                            [EXT_TX_SIZES] = {
+static const int use_inter_ext_tx_for_txsize[EXT_TX_SETS_INTER][EXT_TX_SIZES] =
+    {
 #if CONFIG_CB4X4
-                                              { 1, 1, 1, 1, 1 },  // unused
-                                              { 0, 1, 1, 0, 0 },
-                                              { 0, 0, 0, 1, 0 },
-                                              { 0, 0, 0, 0, 1 },
+      { 1, 1, 1, 1, 1 },  // unused
+      { 0, 1, 1, 0, 0 },
+      { 0, 0, 0, 1, 0 },
+      { 0, 0, 0, 0, 1 },
 #else
-                                              { 1, 1, 1, 1 },  // unused
-                                              { 1, 1, 0, 0 },
-                                              { 0, 0, 1, 0 },
-                                              { 0, 0, 0, 1 },
+      { 1, 1, 1, 1 },  // unused
+      { 1, 1, 0, 0 },
+      { 0, 0, 1, 0 },
+      { 0, 0, 0, 1 },
 #endif  // CONFIG_CB4X4
-                                            };
+    };
 
 // Transform types used in each intra set
 static const int ext_tx_used_intra[EXT_TX_SETS_INTRA][TX_TYPES] = {