[Lldb-commits] [lldb] 34d80f5 - [lldb][NFC] Fix license comment lines that are too long
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 29 02:04:44 PST 2024
Author: David Spickett
Date: 2024-01-29T10:04:29Z
New Revision: 34d80f559a3ebaa354f7820022c5e050a47a9870
URL: https://github.com/llvm/llvm-project/commit/34d80f559a3ebaa354f7820022c5e050a47a9870
DIFF: https://github.com/llvm/llvm-project/commit/34d80f559a3ebaa354f7820022c5e050a47a9870.diff
LOG: [lldb][NFC] Fix license comment lines that are too long
These get wrapped by clang-format currently.
Added:
Modified:
lldb/include/lldb/Target/MemoryHistory.h
lldb/source/API/SBBreakpointOptionCommon.h
Removed:
################################################################################
diff --git a/lldb/include/lldb/Target/MemoryHistory.h b/lldb/include/lldb/Target/MemoryHistory.h
index db1e868059962a4..cba5889afbf17ee 100644
--- a/lldb/include/lldb/Target/MemoryHistory.h
+++ b/lldb/include/lldb/Target/MemoryHistory.h
@@ -1,5 +1,4 @@
-//===-- MemoryHistory.h ---------------------------------------------------*-
-//C++ -*-===//
+//===-- MemoryHistory.h -----------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lldb/source/API/SBBreakpointOptionCommon.h b/lldb/source/API/SBBreakpointOptionCommon.h
index 0ceb90290de53f4..3296e26698ff87e 100644
--- a/lldb/source/API/SBBreakpointOptionCommon.h
+++ b/lldb/source/API/SBBreakpointOptionCommon.h
@@ -1,4 +1,4 @@
-//===-- SBBreakpointOptionCommon.h ------------------------------------------*- C++ -*-===//
+//===-- SBBreakpointOptionCommon.h ------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the lldb-commits
mailing list