summaryrefslogtreecommitdiff
path: root/test/ivf_video_source.h
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/ivf_video_source.h
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/ivf_video_source.h')
-rw-r--r--test/ivf_video_source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ivf_video_source.h b/test/ivf_video_source.h
index b87624a11..5862d2649 100644
--- a/test/ivf_video_source.h
+++ b/test/ivf_video_source.h
@@ -47,8 +47,8 @@ class IVFVideoSource : public CompressedVideoSource {
virtual void Begin() {
input_file_ = OpenTestDataFile(file_name_);
- ASSERT_TRUE(input_file_ != NULL) << "Input file open failed. Filename: "
- << file_name_;
+ ASSERT_TRUE(input_file_ != NULL)
+ << "Input file open failed. Filename: " << file_name_;
// Read file header
uint8_t file_hdr[kIvfFileHdrSize];