Skip to content

Commit b094e77

Browse files
committed
Merge pull request #1785 from danra/patch-11
[gardening] Add missing comments
2 parents 6fb922b + 890ff9c commit b094e77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/swift/Basic/AssertImplements.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ namespace swift {
5858
&BaseClass::MemberName, \
5959
&DerivedClass::MemberName>::value, \
6060
"" #DerivedClass " does not properly override " #MemberName)
61-
}
6261

63-
#endif
62+
} // end namespace swift
63+
64+
#endif // SWIFT_BASIC_ASSERT_IMPLEMENTS_H

0 commit comments

Comments
 (0)