test/: apply clang-format

Change-Id: I1138fbeff5f63beb5c0de2c357793da12502d453
This commit is contained in:
clang-format
2016-08-11 17:46:05 -07:00
committed by James Zern
parent 712e66dafa
commit 3a826f1d3d
91 changed files with 3429 additions and 4555 deletions

View File

@@ -48,18 +48,14 @@ class FunctionEquivalenceTest : public ::testing::TestWithParam<FuncParam<T> > {
virtual ~FunctionEquivalenceTest() {}
virtual void SetUp() {
params_ = this->GetParam();
}
virtual void SetUp() { params_ = this->GetParam(); }
virtual void TearDown() {
libvpx_test::ClearSystemState();
}
virtual void TearDown() { libvpx_test::ClearSystemState(); }
protected:
ACMRandom rng_;
FuncParam<T> params_;
};
} // namespace libvpx_test
} // namespace libvpx_test
#endif // TEST_FUNCTION_EQUIVALENCE_TEST_H_