summaryrefslogtreecommitdiff
path: root/tests/projects/qt/quickplugin/src/Foo.cpp
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2022-06-10 16:44:38 +0200
committerArthur LAURENT <[email protected]>2022-06-10 16:44:38 +0200
commit400d06537eb5271264a7d7e47b7433da4e854d42 (patch)
tree6e61db1423e45a813b51468c11a6cd0edac4e6bb /tests/projects/qt/quickplugin/src/Foo.cpp
parent209fb5bfbe329325f74913471fdf0ff784f792d7 (diff)
Apply PR suggestions
Diffstat (limited to 'tests/projects/qt/quickplugin/src/Foo.cpp')
-rw-r--r--tests/projects/qt/quickplugin/src/Foo.cpp2
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;