Skip to content

Commit cc1e803

Browse files
committed
Format
1 parent 6365170 commit cc1e803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkclass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3718,7 +3718,7 @@ bool CheckClass::analyseWholeProgram(const CTU::FileInfo &ctu, const std::list<C
37183718
continue;
37193719
}
37203720
if (it->second.hash == nameLoc.hash)
3721-
continue;
3721+
continue;
37223722
if (it->second.configuration != nameLoc.configuration)
37233723
continue;
37243724
// Same location, sometimes the hash is different wrongly (possibly because of different token simplifications).

0 commit comments

Comments
 (0)