Skip to content

Commit 4bf445d

Browse files
committed
clang-format update.
1 parent c094edb commit 4bf445d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

compiler-rt/lib/scudo/standalone/tests/combined_test.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,8 @@ void TestAllocator<Config>::operator delete(void *ptr) {
151151
}
152152

153153
template <class TypeParam> struct ScudoCombinedTest : public Test {
154-
ScudoCombinedTest() {
155-
Allocator = std::make_unique<AllocatorT>();
156-
}
157-
~ScudoCombinedTest() {
158-
Allocator->releaseToOS(scudo::ReleaseToOS::Force);
159-
}
154+
ScudoCombinedTest() { Allocator = std::make_unique<AllocatorT>(); }
155+
~ScudoCombinedTest() { Allocator->releaseToOS(scudo::ReleaseToOS::Force); }
160156

161157
void RunTest();
162158

0 commit comments

Comments
 (0)