summaryrefslogtreecommitdiff
path: root/test/blockiness_test.cc
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2018-01-11 14:05:35 -0800
committerJohann <johannkoenig@google.com>2018-01-12 09:14:56 -0800
commit8f25c3ff8f7c49e26d2ccfd9be6557e23a4879f6 (patch)
treea6431fda98308f75998646aa9de230d460f63aeb /test/blockiness_test.cc
parent2879e0d2ccb2e9461a18e4078b8c103fa0030200 (diff)
downloadlibvpx-8f25c3ff8f7c49e26d2ccfd9be6557e23a4879f6.tar
libvpx-8f25c3ff8f7c49e26d2ccfd9be6557e23a4879f6.tar.gz
libvpx-8f25c3ff8f7c49e26d2ccfd9be6557e23a4879f6.tar.bz2
libvpx-8f25c3ff8f7c49e26d2ccfd9be6557e23a4879f6.zip
clang-format v5.0.0 test/
Remove trailing commas to keep multiple elements on one line. Remove trailing empty lines to keep comments from being indented. https://bugs.llvm.org/show_bug.cgi?id=35930 Change-Id: I0a66dde95f2a304f13cb85a2e9197afca20051e8
Diffstat (limited to 'test/blockiness_test.cc')
-rw-r--r--test/blockiness_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/blockiness_test.cc b/test/blockiness_test.cc
index 2fa10192f..08190c90d 100644
--- a/test/blockiness_test.cc
+++ b/test/blockiness_test.cc
@@ -215,7 +215,7 @@ using std::tr1::make_tuple;
#if CONFIG_VP9_ENCODER
const BlockinessParam c_vp9_tests[] = {
- make_tuple(320, 240), make_tuple(318, 242), make_tuple(318, 238),
+ make_tuple(320, 240), make_tuple(318, 242), make_tuple(318, 238)
};
INSTANTIATE_TEST_CASE_P(C, BlockinessVP9Test, ::testing::ValuesIn(c_vp9_tests));
#endif