summaryrefslogtreecommitdiff
path: root/test/consistency_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/consistency_test.cc')
-rw-r--r--test/consistency_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/consistency_test.cc b/test/consistency_test.cc
index 61e15f73b..875b06f4a 100644
--- a/test/consistency_test.cc
+++ b/test/consistency_test.cc
@@ -205,9 +205,9 @@ using std::make_tuple;
// C functions
#if CONFIG_VP9_ENCODER
-const ConsistencyParam c_vp9_tests[] = {
- make_tuple(320, 240), make_tuple(318, 242), make_tuple(318, 238)
-};
+const ConsistencyParam c_vp9_tests[] = { make_tuple(320, 240),
+ make_tuple(318, 242),
+ make_tuple(318, 238) };
INSTANTIATE_TEST_CASE_P(C, ConsistencyVP9Test,
::testing::ValuesIn(c_vp9_tests));
#endif