From 0259b7b44e46d9fe73fe1f48cc57dfbcd0d779ea Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 22 Mar 2016 15:14:18 +0000 Subject: [unittests] clang-format a line, NFC llvm-svn: 264059 --- llvm/unittests/ProfileData/InstrProfTest.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'llvm/unittests/ProfileData/InstrProfTest.cpp') diff --git a/llvm/unittests/ProfileData/InstrProfTest.cpp b/llvm/unittests/ProfileData/InstrProfTest.cpp index f0710e77fce..13d1e059cd2 100644 --- a/llvm/unittests/ProfileData/InstrProfTest.cpp +++ b/llvm/unittests/ProfileData/InstrProfTest.cpp @@ -55,9 +55,7 @@ struct SparseInstrProfTest : public InstrProfTest { struct MaybeSparseInstrProfTest : public InstrProfTest, public ::testing::WithParamInterface { - void SetUp() { - Writer.setOutputSparse(GetParam()); - } + void SetUp() { Writer.setOutputSparse(GetParam()); } }; TEST_P(MaybeSparseInstrProfTest, write_and_read_empty_profile) { -- cgit v1.2.3