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
This commit is contained in:
Olivier Certner
2025-11-09 14:35:42 -08:00
parent 5d46d11772
commit d05ab93913
+1 -1
View File
@@ -422,7 +422,7 @@ sys_setsid(struct thread *td, struct setsid_args *uap)
* pid must be in same session (EPERM) * pid must be in same session (EPERM)
* pid can't have done an exec (EACCES) * pid can't have done an exec (EACCES)
* if pgid != pid * 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) * pid must not be session leader (EPERM)
*/ */
#ifndef _SYS_SYSPROTO_H_ #ifndef _SYS_SYSPROTO_H_