Run astyle
This commit is contained in:
parent
2d00cabee1
commit
c010ca33a5
|
@ -2391,8 +2391,8 @@ void CheckOther::checkExpressionRange(const Token *start, const Token *end, cons
|
||||||
}
|
}
|
||||||
|
|
||||||
void CheckOther::complexDuplicateExpressionCheck(const Token *classStart,
|
void CheckOther::complexDuplicateExpressionCheck(const Token *classStart,
|
||||||
const std::string &toCheck,
|
const std::string &toCheck,
|
||||||
const std::string &alt)
|
const std::string &alt)
|
||||||
{
|
{
|
||||||
std::string statementStart(",|=|return");
|
std::string statementStart(",|=|return");
|
||||||
if (!alt.empty())
|
if (!alt.empty())
|
||||||
|
|
Loading…
Reference in New Issue