Skip to content

Commit

Permalink
Format [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Sep 12, 2023
1 parent 79c8504 commit d6f5f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tokenize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4878,7 +4878,7 @@ static Token * matchMemberFunctionName(const Member &func, const std::list<Scope
return Token::Match(tok, "~| %name% (") ? tok : nullptr;
}

template <typename T>
template<typename T>
static T* skipInitializerList(T* tok)
{
T* const start = tok;
Expand Down

0 comments on commit d6f5f74

Please sign in to comment.