git: 4a1744caf844 - stable/15 - sys/proc.h: remove spurious blank lines

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Sun, 16 Aug 2026 02:47:00 UTC
The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=4a1744caf8446cb892b573c4ce91383f3243b811

commit 4a1744caf8446cb892b573c4ce91383f3243b811
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-07-15 17:30:51 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-08-16 02:41:31 +0000

    sys/proc.h: remove spurious blank lines
    
    (cherry picked from commit a48a27532567b3ec2178110994f5cea245a54ac2)
---
 sys/sys/proc.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 0d354ec93b7f..ac7b5bcc6020 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -900,10 +900,8 @@ struct proc {
 						   sync core registered */
 #define	P2_MEMBAR_GLOBE		0x00400000	/* membar global expedited
 						   registered */
-
 #define	P2_LOGSIGEXIT_ENABLE	0x00800000	/* Disable logging on sigexit */
 #define	P2_LOGSIGEXIT_CTL	0x01000000	/* Override kern.logsigexit */
-
 #define	P2_HWT			0x02000000	/* Process is using HWT. */
 
 /* Flags protected by proctree_lock, kept in p_treeflags. */