Skip to content

Commit 9f3a4c0

Browse files
committed
Move header guard
1 parent 6519cda commit 9f3a4c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/include/lldb/Protocol/MCP/MCPError.h

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

9+
#ifndef LLDB_PROTOCOL_MCP_MCPERROR_H
10+
#define LLDB_PROTOCOL_MCP_MCPERROR_H
11+
912
#include "lldb/Protocol/MCP/Protocol.h"
1013
#include "llvm/Support/Error.h"
1114
#include <string>
1215

13-
#ifndef LLDB_PROTOCOL_MCP_MCPERROR_H
14-
#define LLDB_PROTOCOL_MCP_MCPERROR_H
15-
1616
namespace lldb_protocol::mcp {
1717

1818
class MCPError : public llvm::ErrorInfo<MCPError> {

0 commit comments

Comments
 (0)