Skip to content

Commit 112f344

Browse files
committed
[gardening] Fix header #defines. NFC.
1 parent ccef021 commit 112f344

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

stdlib/public/runtime/ImageInspection.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
///
1919
//===----------------------------------------------------------------------===//
2020

21-
#ifndef SWIFT_RUNTIME_IMAGE_INSPECTION_H
22-
#define SWIFT_RUNTIME_IMAGE_INSPECTION_H
21+
#ifndef SWIFT_RUNTIME_IMAGEINSPECTION_H
22+
#define SWIFT_RUNTIME_IMAGEINSPECTION_H
2323

2424
#include "ImageInspectionELF.h"
2525
#include <cstdint>

stdlib/public/runtime/ImageInspectionELF.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_RUNTIME_IMAGE_INSPECTION_ELF_H
20-
#define SWIFT_RUNTIME_IMAGE_INSPECTION_ELF_H
19+
#ifndef SWIFT_RUNTIME_IMAGEINSPECTIONELF_H
20+
#define SWIFT_RUNTIME_IMAGEINSPECTIONELF_H
2121

2222
#if defined(__ELF__) || defined(__ANDROID__)
2323

0 commit comments

Comments
 (0)