From 08e6fd2fbb61f3e8f3fdb40f553b7146e3dce88c Mon Sep 17 00:00:00 2001 From: Johann Date: Mon, 24 Sep 2018 18:31:35 -0700 Subject: clang-format v6.0.1 Change-Id: I83c7e64fe70f7c49aa2492ed2d640c6756b7ebaa --- test/dct_partial_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/dct_partial_test.cc') diff --git a/test/dct_partial_test.cc b/test/dct_partial_test.cc index 6636f566b..ee23ebe5c 100644 --- a/test/dct_partial_test.cc +++ b/test/dct_partial_test.cc @@ -26,10 +26,10 @@ #include "vpx/vpx_integer.h" #include "vpx_dsp/vpx_dsp_common.h" -using ::testing::make_tuple; -using ::testing::tuple; using libvpx_test::ACMRandom; using libvpx_test::Buffer; +using ::testing::make_tuple; +using ::testing::tuple; namespace { typedef void (*PartialFdctFunc)(const int16_t *in, tran_low_t *out, int stride); -- cgit v1.2.3