astyle formatting
[ci skip]
This commit is contained in:
parent
3044612fe9
commit
ce30a3ca71
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user