Skip to content

Commit 9575bfa

Browse files
committed
whitespace
1 parent 6696d99 commit 9575bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/ASTContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ ASTContext::takeDelayedConformanceDiags(NormalProtocolConformance *conformance){
15951595

15961596
size_t ASTContext::getTotalMemory() const {
15971597
size_t Size = sizeof(*this) +
1598-
//LoadedModules ?
1598+
// LoadedModules ?
15991599
// ExternalDefinitions ?
16001600
llvm::capacity_in_bytes(CanonicalGenericTypeParamTypeNames) +
16011601
// RemappedTypes ?

0 commit comments

Comments
 (0)