Skip to content

Commit 502a88b

Browse files
authored
[lldb][NFCI] Add header guard to PlatformRemoteAppleXR.h (#81565)
1 parent 5e3c7e3 commit 502a88b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleXR.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEXR_H
10+
#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEXR_H
11+
912
#include "PlatformRemoteDarwinDevice.h"
1013

1114
namespace lldb_private {
@@ -36,3 +39,5 @@ class PlatformRemoteAppleXR : public PlatformRemoteDarwinDevice {
3639
llvm::StringRef GetPlatformName() override;
3740
};
3841
} // namespace lldb_private
42+
43+
#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEXR_H

0 commit comments

Comments
 (0)