Skip to content

Commit ec47e17

Browse files
committed
fixup! clang-format
1 parent 59e1072 commit ec47e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGDebugInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5901,7 +5901,7 @@ void CGDebugInfo::finalize() {
59015901
}
59025902

59035903
for (auto const *VD : StaticDataMemberDefinitionsToEmit) {
5904-
assert (VD->isStaticDataMember());
5904+
assert(VD->isStaticDataMember());
59055905

59065906
if (auto It = DeclCache.find(VD); It != DeclCache.end())
59075907
continue;

0 commit comments

Comments
 (0)