Skip to content

Commit 5c15952

Browse files
authored
Merge pull request #79610 from gottesmm/pr-9b68c5b1bcddf8ab3088f367da16aa9d82bafe94
[gardening] Fix capitalization in define guard.
2 parents d9489d7 + 15733b9 commit 5c15952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/SIL/SILDeclRef.h

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

19-
#ifndef SWIFT_SIL_SILDeclRef_H
20-
#define SWIFT_SIL_SILDeclRef_H
19+
#ifndef SWIFT_SIL_SILDECLREF_H
20+
#define SWIFT_SIL_SILDECLREF_H
2121

2222
#include "swift/AST/AvailabilityRange.h"
2323
#include "swift/AST/ClangNode.h"

0 commit comments

Comments
 (0)