Skip to content

Commit 262cf50

Browse files
authored
Merge pull request #5963 from gottesmm/small_headerguard_fix
2 parents 214b3c8 + c8e119b commit 262cf50

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)