mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Canonize swift header files headers and footers
- Added missing ifdef guard in PointerIntEnum header - Consistent naming convention for ifdef guards - Consistent 'end namespace swift' - Consistent single EOL at end of header files
This commit is contained in:
@@ -100,6 +100,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace swift
|
||||
} // end namespace swift
|
||||
|
||||
#endif /* SWIFT_BASIC_ARRAYREFVIEW_H */
|
||||
#endif // SWIFT_BASIC_ARRAYREFVIEW_H
|
||||
|
||||
Reference in New Issue
Block a user