Skip to content

Commit f2fb247

Browse files
[gardening] Use consistent end-of-namespace comments
1 parent 4ef5c6d commit f2fb247

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

stdlib/public/SwiftShims/KeyPath.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
#include "SwiftStdint.h"
2121

2222
#ifdef __cplusplus
23-
namespace swift { extern "C" {
23+
namespace swift {
24+
extern "C" {
2425
#endif
2526

2627
// Bitfields for the key path buffer header.
@@ -87,7 +88,8 @@ static const __swift_uint32_t _SwiftKeyPathComponentHeader_ComputedUnresolvedIDF
8788

8889

8990
#ifdef __cplusplus
90-
}} // namespace swift } extern "C" }
91+
} // extern "C"
92+
} // namespace swift
9193
#endif
9294

9395
#endif // __SWIFT_SHIMS_KEYPATH_H__

0 commit comments

Comments
 (0)