summaryrefslogtreecommitdiff
path: root/test/dct16x16_test.cc
diff options
context:
space:
mode:
authorclang-format <noreply@google.com>2017-08-27 18:26:24 -0700
committerJames Zern <jzern@google.com>2017-09-01 01:24:03 -0700
commit7587a97551561f97c237d0603b21e76a649997dd (patch)
tree4857bf98b71f5d699a3e80bd8b4e02748177f26d /test/dct16x16_test.cc
parent053bd263ebbcddf5656210791fd45d94bd335472 (diff)
downloadlibvpx-7587a97551561f97c237d0603b21e76a649997dd.tar
libvpx-7587a97551561f97c237d0603b21e76a649997dd.tar.gz
libvpx-7587a97551561f97c237d0603b21e76a649997dd.tar.bz2
libvpx-7587a97551561f97c237d0603b21e76a649997dd.zip
apply clang-format
Change-Id: If4c3e8a396d0fcb304f407b44e28cac3219f038c
Diffstat (limited to 'test/dct16x16_test.cc')
-rw-r--r--test/dct16x16_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dct16x16_test.cc b/test/dct16x16_test.cc
index c27bc10c0..ce0bd37b3 100644
--- a/test/dct16x16_test.cc
+++ b/test/dct16x16_test.cc
@@ -542,8 +542,8 @@ class Trans16x16TestBase {
const uint32_t diff = dst[j] - src[j];
#endif // CONFIG_VP9_HIGHBITDEPTH
const uint32_t error = diff * diff;
- EXPECT_GE(1u, error) << "Error: 16x16 IDCT has error " << error
- << " at index " << j;
+ EXPECT_GE(1u, error)
+ << "Error: 16x16 IDCT has error " << error << " at index " << j;
}
}
}