astyle formatting
This commit is contained in:
parent
8828619855
commit
d64aea90fa
|
@ -50,7 +50,8 @@ namespace {
|
|||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
static bool isSizeOfEtc(const Token *tok) {
|
||||
static bool isSizeOfEtc(const Token *tok)
|
||||
{
|
||||
return Token::Match(tok, "sizeof|typeof|offsetof|decltype|__typeof__ (");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue