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
Tobias Hunger
qt-creator
Commits
866b5c73
Commit
866b5c73
authored
Jun 24, 2010
by
Oswald Buddenhagen
Browse files
whitespace-trim test names inside if()
parent
f5e44fb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/proparser/profileevaluator.cpp
View file @
866b5c73
...
...
@@ -2494,6 +2494,7 @@ ProFileEvaluator::Private::VisitReturn ProFileEvaluator::Private::evaluateCondit
}
if
(
!
quoted
&&
!
parens
&&
(
isOp
||
d
==
ed
))
{
if
(
m_cumulative
||
(
orOp
!=
ret
))
{
test
=
test
.
trimmed
();
if
(
isFunc
)
ret
=
evaluateConditionalFunction
(
ProString
(
test
),
ProString
(
argsString
,
NoHash
));
else
...
...
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