Skip to content

Commit 3db73f5

Browse files
committed
fixup! clang-format
1 parent 0b37c45 commit 3db73f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/include/lldb/DataFormatters/TypeSynthetic.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ class SyntheticChildrenFrontEnd {
2929
ValueObject &m_backend;
3030

3131
public:
32-
SyntheticChildrenFrontEnd(ValueObject &backend)
33-
: m_backend(backend) {}
32+
SyntheticChildrenFrontEnd(ValueObject &backend) : m_backend(backend) {}
3433

3534
virtual ~SyntheticChildrenFrontEnd() = default;
3635

0 commit comments

Comments
 (0)