diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2025-11-09 22:35:42 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2025-11-09 22:38:14 +0000 |
| commit | d05ab93913f340c5590eafa4cc09cc84aa86282e (patch) | |
| tree | ed4599cdf3b0fc2213b4ceee3447f8c325adebce | |
| parent | 5d46d11772c3280fd1c8ae09f20ce6c57f631c30 (diff) | |
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
| -rw-r--r-- | sys/kern/kern_prot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c index dc8751ddfbf6..47f9937e49aa 100644 --- a/sys/kern/kern_prot.c +++ b/sys/kern/kern_prot.c @@ -422,7 +422,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_ |
