Author: Brad Smith Date: 2023-12-04T23:21:45-05:00 New Revision: 98b4c1ee212901f6b6478a928ca74ed6edb311a9
URL: https://github.com/llvm/llvm-project/commit/98b4c1ee212901f6b6478a928ca74ed6edb311a9 DIFF: https://github.com/llvm/llvm-project/commit/98b4c1ee212901f6b6478a928ca74ed6edb311a9.diff LOG: [lldb][NFC] Minor formatting nits with some of the NetBSD code Added: Modified: lldb/include/lldb/Host/netbsd/HostInfoNetBSD.h lldb/source/Plugins/Process/Utility/NetBSDSignals.h lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h Removed: ################################################################################ diff --git a/lldb/include/lldb/Host/netbsd/HostInfoNetBSD.h b/lldb/include/lldb/Host/netbsd/HostInfoNetBSD.h index 01daefaedbada..d41be81242962 100644 --- a/lldb/include/lldb/Host/netbsd/HostInfoNetBSD.h +++ b/lldb/include/lldb/Host/netbsd/HostInfoNetBSD.h @@ -1,4 +1,4 @@ -//===-- HostInfoNetBSD.h ---------------------------------------*- C++ -*-===// +//===-- HostInfoNetBSD.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/Plugins/Process/Utility/NetBSDSignals.h b/lldb/source/Plugins/Process/Utility/NetBSDSignals.h index e6740a304a024..94bad7c19a499 100644 --- a/lldb/source/Plugins/Process/Utility/NetBSDSignals.h +++ b/lldb/source/Plugins/Process/Utility/NetBSDSignals.h @@ -1,4 +1,4 @@ -//===-- NetBSDSignals.h ----------------------------------------*- C++ -*-===// +//===-- NetBSDSignals.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/Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp b/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp index ba089190bd220..a160c87db6cf9 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp +++ b/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp @@ -1,10 +1,10 @@ -//===-- RegisterContextNetBSD_i386.cpp -------------------------*- C++ -*-===// +//===-- RegisterContextNetBSD_i386.cpp --------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//===---------------------------------------------------------------------===// +//===----------------------------------------------------------------------===// #include "RegisterContextNetBSD_i386.h" #include "RegisterContextPOSIX_x86.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h b/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h index b7b8d33b7c379..6f97875060131 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h @@ -1,4 +1,4 @@ -//===-- RegisterContextNetBSD_x86_64.h -------------------------*- C++ -*-===// +//===-- RegisterContextNetBSD_x86_64.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. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits