Skip to content

Commit 98b4c1e

Browse files
committed
[lldb][NFC] Minor formatting nits with some of the NetBSD code
1 parent 3223936 commit 98b4c1e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lldb/include/lldb/Host/netbsd/HostInfoNetBSD.h

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

lldb/source/Plugins/Process/Utility/NetBSDSignals.h

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

lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//===-- RegisterContextNetBSD_i386.cpp -------------------------*- C++ -*-===//
1+
//===-- RegisterContextNetBSD_i386.cpp --------------------------*- 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.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7-
//===---------------------------------------------------------------------===//
7+
//===----------------------------------------------------------------------===//
88

99
#include "RegisterContextNetBSD_i386.h"
1010
#include "RegisterContextPOSIX_x86.h"

lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h

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