Skip to content

Commit 33988e1

Browse files
committed
Format
1 parent 4b6396f commit 33988e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkcondition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ void CheckConditionImpl::alwaysTrueFalse()
15361536
}
15371537
if (!tok->hasKnownIntValue())
15381538
continue;
1539-
const bool isZeroOrOne = (tok->getKnownIntValue() & ~MathLib::bigint(1)) == 0 ;
1539+
const bool isZeroOrOne = (tok->getKnownIntValue() & ~MathLib::bigint(1)) == 0;
15401540
const Token* condition = nullptr;
15411541
{
15421542
// is this a condition..

0 commit comments

Comments
 (0)