astyle formatting

This commit is contained in:
Daniel Marjamäki 2009-12-29 07:50:33 +01:00
parent 905533552d
commit 58e85d55e3
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ void CheckClass::operatorEq()
tok1 = tok1->previous();
}
tok2 = tok->next();
tok2 = tok->next();
}
}
//---------------------------------------------------------------------------