From b9c38a48cad935e01b96fc11df94763c85c98ee9 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 22 Jan 2022 17:07:25 +0100 Subject: indents: refactor hanging indent --- tests/indent/cpp/initializer_list.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'tests/indent/cpp/initializer_list.cpp') diff --git a/tests/indent/cpp/initializer_list.cpp b/tests/indent/cpp/initializer_list.cpp index 5a27d17f5..d34ed025c 100644 --- a/tests/indent/cpp/initializer_list.cpp +++ b/tests/indent/cpp/initializer_list.cpp @@ -1,17 +1,17 @@ class Foo { - Foo(int a, int b, int c, int d) - : m_a(a) - , m_b(b) - , m_c(c) - , m_d(d) {} + Foo(int a, int b, int c, int d) + : m_a(a) + , m_b(b) + , m_c(c) + , m_d(d) {} - Foo(int a, int b, int c) : - m_a(a), - m_b(b), - m_c(c) - {} + Foo(int a, int b, int c) : + m_a(a), + m_b(b), + m_c(c) + {} - int m_a, m_b, m_c, m_d; + int m_a, m_b, m_c, m_d; }; -- cgit v1.2.3-70-g09d2