From c096ab87c8a11e8d75dc689ea7024288419cfd22 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 12 Nov 2020 12:51:50 +0100 Subject: tdf#123936 Formatting files in module compilerplugins with clang-format Change-Id: Ie6e23d3d2a20849e47d048b439d72fd7376c53db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105654 Tested-by: Jenkins Reviewed-by: Christian Lohmaier --- compilerplugins/clang/store/test/deadclass.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compilerplugins/clang/store/test') diff --git a/compilerplugins/clang/store/test/deadclass.cxx b/compilerplugins/clang/store/test/deadclass.cxx index d8b9cdb60889..ffae241d4285 100644 --- a/compilerplugins/clang/store/test/deadclass.cxx +++ b/compilerplugins/clang/store/test/deadclass.cxx @@ -7,7 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -struct Foo { // expected-error {{class has only copy/move constructors, must be dead [loplugin:deadclass]}} +struct Foo +{ // expected-error {{class has only copy/move constructors, must be dead [loplugin:deadclass]}} Foo(Foo&); }; -- cgit v1.2.3