Skip to content

Commit c8e119b

Browse files
committed
[gardening] Standardize include guard in SILSuccessor.h
We always use all caps.
1 parent 04e5e11 commit c8e119b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/SIL/SILSuccessor.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_SIL_SILSuccessor_H
14-
#define SWIFT_SIL_SILSuccessor_H
13+
#ifndef SWIFT_SIL_SILSUCCESSOR_H
14+
#define SWIFT_SIL_SILSUCCESSOR_H
1515

1616
#include <cassert>
1717
#include <cstddef>

0 commit comments

Comments
 (0)