Skip to content

Commit f0c388f

Browse files
committed
Cosmetics (NFC)
- Fix header guard name - Add comment after header guard endif - Remove extra EOL at EOF
1 parent 14197f6 commit f0c388f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

include/swift/Immediate/Immediate.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
//
1616
//===----------------------------------------------------------------------===//
1717

18-
#ifndef SWIFT_IMMEDIATE_H
19-
#define SWIFT_IMMEDIATE_H
18+
#ifndef SWIFT_IMMEDIATE_IMMEDIATE_H
19+
#define SWIFT_IMMEDIATE_IMMEDIATE_H
2020

2121
#include <string>
2222
#include <vector>
@@ -43,5 +43,4 @@ namespace swift {
4343
bool ParseStdlib);
4444
} // end namespace swift
4545

46-
#endif
47-
46+
#endif // SWIFT_IMMEDIATE_IMMEDIATE_H

0 commit comments

Comments
 (0)