Skip to content

Commit eb4cd17

Browse files
Update checkmemoryleak.cpp
1 parent 59796d4 commit eb4cd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/checkmemoryleak.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ void CheckMemoryLeakStructMember::checkStructVariable(const Variable* const vari
865865
if (Token::findmatch(condBeg, ". %varid%", condEnd, assignToks.first->varId()))
866866
break;
867867
}
868-
++identlevel3;
868+
++indentlevel3;
869869
}
870870

871871
else if (tok3->str() == "}") {

0 commit comments

Comments
 (0)