Skip to content

Commit c01e8ed

Browse files
committed
Merge pull request #2168 from danra/stmt_cosmetic
Add comment to header guard endif. Whitespace. (NFC)
2 parents 1c3d998 + 6ccca44 commit c01e8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/Stmt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ class ThrowStmt : public Stmt {
11961196
return S->getKind() == StmtKind::Throw;
11971197
}
11981198
};
1199-
1199+
12001200
} // end namespace swift
12011201

1202-
#endif
1202+
#endif // SWIFT_AST_STMT_H

0 commit comments

Comments
 (0)