Removed useless space in the declaration for Tokenizer::Simplifyfunctionpointers.

This commit is contained in:
Simon Martin 2015-05-30 21:00:41 +02:00
parent ddc80246c2
commit c73876b3a8
1 changed files with 1 additions and 1 deletions

View File

@ -5241,7 +5241,7 @@ void Tokenizer::simplifyPointerToStandardType()
}
}
void Tokenizer:: simplifyFunctionPointers()
void Tokenizer::simplifyFunctionPointers()
{
for (Token *tok = list.front(); tok; tok = tok->next()) {
// #2873 - do not simplify function pointer usage here: