Skip to content

Commit 18f967e

Browse files
committed
Remove the blank line
1 parent 7a0d64a commit 18f967e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Serialization/ASTWriter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,6 @@ void TypeLocWriter::VisitPipeTypeLoc(PipeTypeLoc TL) {
695695
void TypeLocWriter::VisitBitIntTypeLoc(clang::BitIntTypeLoc TL) {
696696
addSourceLocation(TL.getNameLoc());
697697
}
698-
699698
void TypeLocWriter::VisitDependentBitIntTypeLoc(
700699
clang::DependentBitIntTypeLoc TL) {
701700
addSourceLocation(TL.getNameLoc());

0 commit comments

Comments
 (0)