Skip to content

Commit 34d80f5

Browse files
committed
[lldb][NFC] Fix license comment lines that are too long
These get wrapped by clang-format currently.
1 parent 743946e commit 34d80f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lldb/include/lldb/Target/MemoryHistory.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===-- MemoryHistory.h ---------------------------------------------------*-
2-
//C++ -*-===//
1+
//===-- MemoryHistory.h -----------------------------------------*- C++ -*-===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

lldb/source/API/SBBreakpointOptionCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- SBBreakpointOptionCommon.h ------------------------------------------*- C++ -*-===//
1+
//===-- SBBreakpointOptionCommon.h ------------------------------*- C++ -*-===//
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.

0 commit comments

Comments
 (0)