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:
Dan Raviv
2016-03-22 23:42:39 +02:00
parent f79a741a7d
commit 29d76f3b68
52 changed files with 108 additions and 107 deletions

View File

@@ -14,8 +14,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef SWIFT_SOURCELOC_H
#define SWIFT_SOURCELOC_H
#ifndef SWIFT_BASIC_SOURCELOC_H
#define SWIFT_BASIC_SOURCELOC_H
#include "swift/Basic/LLVM.h"
#include "llvm/ADT/StringRef.h"
@@ -202,4 +202,4 @@ public:
} // end namespace swift
#endif
#endif // SWIFT_BASIC_SOURCELOC_H