Skip to content

Commit 2620459

Browse files
[llvm] Fix header guards (NFC)
Identified with llvm-header-guard.
1 parent df35a18 commit 2620459

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/Support/SHA256.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
*/
2020
//===----------------------------------------------------------------------===//
2121

22-
#ifndef LLVM_SUPPORT_SHA2_H
23-
#define LLVM_SUPPORT_SHA2_H
22+
#ifndef LLVM_SUPPORT_SHA256_H
23+
#define LLVM_SUPPORT_SHA256_H
2424

2525
#include <array>
2626
#include <cstdint>
@@ -87,4 +87,4 @@ class SHA256 {
8787

8888
} // namespace llvm
8989

90-
#endif // LLVM_SUPPORT_SHA2_H
90+
#endif // LLVM_SUPPORT_SHA256_H

0 commit comments

Comments
 (0)