Skip to content

Commit 133ca86

Browse files
committed
Fixing the comment and include guard
1 parent 2ddb7a5 commit 133ca86

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

lldb/tools/lldb-dap/DAPLog.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//===-- DAPLog.cpp --------------------------------------------------------===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
19
#include "DAPLog.h"
210

311
using namespace lldb_private;

lldb/tools/lldb-dap/DAPLog.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
//===-- DAPLog.h ------------------------------------------------*- C++ -*-===//
1+
//===-- DAPLog.h ----------------------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef LLDB_UTILITY_LLDBLOG_H
10-
#define LLDB_UTILITY_LLDBLOG_H
9+
#ifndef LLDB_TOOLS_LLDB_DAP_DAPLOG_H
10+
#define LLDB_TOOLS_LLDB_DAP_DAPLOG_H
1111

1212
#include "lldb/Utility/Log.h"
1313
#include "llvm/ADT/BitmaskEnum.h"

0 commit comments

Comments
 (0)