From 400d06537eb5271264a7d7e47b7433da4e854d42 Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Fri, 10 Jun 2022 16:44:38 +0200 Subject: Apply PR suggestions --- tests/projects/qt/quickplugin/src/Foo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/qt/quickplugin/src/Foo.cpp') diff --git a/tests/projects/qt/quickplugin/src/Foo.cpp b/tests/projects/qt/quickplugin/src/Foo.cpp index 83aceec6a..d4065cb52 100644 --- a/tests/projects/qt/quickplugin/src/Foo.cpp +++ b/tests/projects/qt/quickplugin/src/Foo.cpp @@ -8,7 +8,7 @@ int Foo::bar() const noexcept { } void Foo::setBar(int bar) noexcept { - if(bar == m_bar) return; + if (bar == m_bar) return; m_bar = bar; -- cgit v1.3.1