astyle formatting
This commit is contained in:
parent
da52f7d367
commit
2875ee1ecf
|
@ -1546,7 +1546,7 @@ void CheckUninitVar::checkRhs(const Token *tok, const Variable &var, const std::
|
|||
break;
|
||||
--indent;
|
||||
} else if (Token::simpleMatch(tok, "sizeof ("))
|
||||
tok = tok->next()->link();
|
||||
tok = tok->next()->link();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2310,7 +2310,7 @@ private:
|
|||
}
|
||||
|
||||
void template39() { // #4742 - Used to freeze in 1.60
|
||||
const char code[] = "template<typename T> struct vector {"
|
||||
const char code[] = "template<typename T> struct vector {"
|
||||
" operator T() const;"
|
||||
"};"
|
||||
"void f() {"
|
||||
|
|
Loading…
Reference in New Issue