Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KScreen
Commits
f4523b52
Commit
f4523b52
authored
Jan 18, 2021
by
Alexander Lohnau
💬
Browse files
clang-tidy: Force braces around statements
parent
6e5421e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/osd/osdtest.cpp
View file @
f4523b52
...
...
@@ -40,8 +40,9 @@ OsdTest::~OsdTest()
OsdManager
*
OsdTest
::
getOsdManager
()
{
if
(
m_osdManager
)
if
(
m_osdManager
)
{
return
m_osdManager
;
}
m_osdManager
=
new
OsdManager
(
this
);
return
m_osdManager
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment