diff options
| author | Arthur LAURENT <[email protected]> | 2022-06-10 16:44:38 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2022-06-10 16:44:38 +0200 |
| commit | 400d06537eb5271264a7d7e47b7433da4e854d42 (patch) | |
| tree | 6e61db1423e45a813b51468c11a6cd0edac4e6bb /tests/projects/qt/quickplugin/src/Foo.cpp | |
| parent | 209fb5bfbe329325f74913471fdf0ff784f792d7 (diff) | |
Apply PR suggestions
Diffstat (limited to 'tests/projects/qt/quickplugin/src/Foo.cpp')
| -rw-r--r-- | tests/projects/qt/quickplugin/src/Foo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
