Run astyle
This commit is contained in:
parent
8c7cf090c4
commit
c80f272176
|
@ -173,7 +173,7 @@ void CheckUnusedFunctions::parseTokens(const Tokenizer &tokenizer, const char Fi
|
||||||
const Token * funcToken = tok->next();
|
const Token * funcToken = tok->next();
|
||||||
int p = 0;
|
int p = 0;
|
||||||
std::string value;
|
std::string value;
|
||||||
while(funcToken) {
|
while (funcToken) {
|
||||||
if (funcToken->str()==",") {
|
if (funcToken->str()==",") {
|
||||||
if (++p==index)
|
if (++p==index)
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue