Skip to content

Commit 7c523b7

Browse files
committed
format
1 parent 325a234 commit 7c523b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/checkclass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,8 @@ void CheckClassImpl::copyconstructors()
495495
const Variable* var = vartok->variable();
496496
if (var && var->scope() == scope && !var->isStatic() &&
497497
var->valueType() && ((var->valueType()->type != ValueType::CONTAINER &&
498-
var->valueType()->type != ValueType::RECORD &&
499-
var->valueType()->type != ValueType::UNKNOWN_TYPE) || var->valueType()->pointer))
498+
var->valueType()->type != ValueType::RECORD &&
499+
var->valueType()->type != ValueType::UNKNOWN_TYPE) || var->valueType()->pointer))
500500
deallocatedVars[vartok->varId()] = vartok;
501501
}
502502
}

0 commit comments

Comments
 (0)