astyle formatting

This commit is contained in:
Daniel Marjamäki 2021-05-23 14:36:45 +02:00
parent 8828619855
commit d64aea90fa
3 changed files with 6 additions and 5 deletions

View File

@ -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__ (");
}