commit | 54fa62e3474d224379e8c27742f6bdbc8b64cb24 | [log] [tgz] |
---|---|---|
author | Johann <johann.koenig@duck.com> | Tue Sep 25 14:09:31 2018 -0700 |
committer | Johann Koenig <johannkoenig@google.com> | Wed Sep 26 15:50:28 2018 +0000 |
tree | b8b0f132dac671a7746c443f00aa22e7cf4e24e4 | |
parent | 543588dc5c8b036a16d849a25c8fcfab8181c669 [diff] [blame] |
clang-format v6.0.1 Change-Id: I5154ed2e941ed5b2e3a807418a294c5364169023
diff --git a/test/av1_highbd_iht_test.cc b/test/av1_highbd_iht_test.cc index 2d6490c..7f077b6 100644 --- a/test/av1_highbd_iht_test.cc +++ b/test/av1_highbd_iht_test.cc
@@ -25,8 +25,8 @@ namespace { -using ::testing::tuple; using libaom_test::ACMRandom; +using ::testing::tuple; typedef void (*HbdHtFunc)(const int16_t *input, int32_t *output, int stride, TX_TYPE tx_type, int bd);