Skip to content

Commit da71502

Browse files
committed
Format
1 parent 2a9cf3e commit da71502

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/checkbufferoverrun.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,8 @@ static bool checkBufferSize(const Token *ftok, const Library::ArgumentChecks::Mi
647647
case Library::ArgumentChecks::MinSize::Type::ARGVALUE: {
648648
if (arg) {
649649
const ValueFlow::Value* argVal = arg->hasKnownIntValue() ?
650-
arg->getKnownValue(ValueFlow::Value::ValueType::INT) :
651-
arg->getMaxValue(/*condition*/ true);
650+
arg->getKnownValue(ValueFlow::Value::ValueType::INT) :
651+
arg->getMaxValue(/*condition*/ true);
652652
if (!argVal)
653653
break;
654654
MathLib::bigint myMinsize = argVal->intvalue;

0 commit comments

Comments
 (0)