Skip to content

Commit fbbc25a

Browse files
committed
whitespace and capitalization for TODO's
1 parent 9575bfa commit fbbc25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Serialization/Deserialization.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3643,7 +3643,7 @@ Type ModuleFile::getType(TypeID TID) {
36433643
bool noreturn = false;
36443644
bool throws = false;
36453645

3646-
//todo add noreturn serialization.
3646+
// TODO: add noreturn serialization.
36473647
decls_block::PolymorphicFunctionTypeLayout::readRecord(scratch,
36483648
inputID,
36493649
resultID,
@@ -3679,7 +3679,7 @@ Type ModuleFile::getType(TypeID TID) {
36793679
bool throws = false;
36803680
ArrayRef<uint64_t> genericParamIDs;
36813681

3682-
//todo add noreturn serialization.
3682+
// TODO: add noreturn serialization.
36833683
decls_block::GenericFunctionTypeLayout::readRecord(scratch,
36843684
inputID,
36853685
resultID,

0 commit comments

Comments
 (0)