git: ef2392225825 - stable/14 - setpgid(): Fix space before TAB in herald comment

From: Olivier Certner <olce_at_FreeBSD.org>
Date: Fri, 19 Dec 2025 09:19:21 UTC
The branch stable/14 has been updated by olce:

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

commit ef2392225825139ce9bff895dd732a78fea03d3e
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-11-09 22:35:42 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-12-19 09:16:48 +0000

    setpgid(): Fix space before TAB in herald comment
    
    No functional change.
    
    With this tiny change, all the file becomes whitespace-clean.
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit d05ab93913f340c5590eafa4cc09cc84aa86282e)
---
 sys/kern/kern_prot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c
index c7c60d8bb747..5139cbb1e102 100644
--- a/sys/kern/kern_prot.c
+++ b/sys/kern/kern_prot.c
@@ -395,7 +395,7 @@ again:
  *	pid must be in same session (EPERM)
  *	pid can't have done an exec (EACCES)
  * if pgid != pid
- * 	there must exist some pid in same session having pgid (EPERM)
+ *	there must exist some pid in same session having pgid (EPERM)
  * pid must not be session leader (EPERM)
  */
 #ifndef _SYS_SYSPROTO_H_