Skip to content

Commit f1734ec

Browse files
committed
[gardening] Format two include guards correctly. NFC.
1 parent 4bb233d commit f1734ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/IRGen/GenEnum.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
#ifndef __SWIFT_IRGen_GenEnum_H__
14-
#define __SWIFT_IRGen_GenEnum_H__
13+
#ifndef SWIFT_IRGEN_GENENUM_H
14+
#define SWIFT_IRGEN_GENENUM_H
1515

1616
#include "TypeInfo.h"
1717

lib/IRGen/SwiftTargetInfo.h

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

18-
#ifndef __SWIFT_IRGEN_TARGET_INFO_H__
19-
#define __SWIFT_IRGEN_TARGET_INFO_H__
18+
#ifndef SWIFT_IRGEN_SWIFTTARGETINFO_H
19+
#define SWIFT_IRGEN_SWIFTTARGETINFO_H
2020

2121
#include "swift/Basic/LLVM.h"
2222
#include "swift/Basic/ClusteredBitVector.h"

0 commit comments

Comments
 (0)