commit | 4eafefe0e59a818435e0c8c008792677a8f6ad8b | [log] [tgz] |
---|---|---|
author | clang-format <noreply@google.com> | Mon Sep 04 12:51:20 2017 -0700 |
committer | James Zern <jzern@google.com> | Mon Sep 04 22:44:38 2017 +0000 |
tree | 926f208741732fad19dfbf048a07ba465a8bda3a | |
parent | a3a70c38ef61a621a884d7decedcbe5bf356d809 [diff] [blame] |
apply clang-format Change-Id: If0b48a4ee1f7902d8c6154945ccef68a2b5aabb5
diff --git a/test/quantize_func_test.cc b/test/quantize_func_test.cc index 94dd056..2e48290 100644 --- a/test/quantize_func_test.cc +++ b/test/quantize_func_test.cc
@@ -157,8 +157,8 @@ << " Q: " << q << " coeff: " << coeff_ptr[j]; } - ASSERT_EQ(eob[0], eob[1]) << "eobs mismatch on test: " << i - << " Q: " << q; + ASSERT_EQ(eob[0], eob[1]) + << "eobs mismatch on test: " << i << " Q: " << q; } }