astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2018-05-11 14:49:31 +02:00
parent 3044612fe9
commit ce30a3ca71
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ bool isDifferentKnownValues(const Token * const tok1, const Token * const tok2)
static bool isZeroBoundCond(const Token * const cond)
{
if(cond == nullptr)
if (cond == nullptr)
return false;
// Assume unsigned
// TODO: Handle reverse conditions