From: Tobias Klauser Date: Mon, 11 Jul 2022 17:10:00 +0000 (+0200) Subject: syscall: gofmt after CL 412114 X-Git-Tag: go1.19rc2~1^2~9 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=126c22a09824a7b52c019ed9a1d198b4e7781676;p=gostls13.git syscall: gofmt after CL 412114 Change-Id: Ie51545eaebd22a31379bf8814a2c62b91d1d105b Reviewed-on: https://go-review.googlesource.com/c/go/+/416934 Reviewed-by: Michael Knyszek Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Auto-Submit: Tobias Klauser Run-TryBot: Tobias Klauser Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor --- diff --git a/src/syscall/exec_linux.go b/src/syscall/exec_linux.go index ede8247da9..554aad412d 100644 --- a/src/syscall/exec_linux.go +++ b/src/syscall/exec_linux.go @@ -43,8 +43,8 @@ type SysProcAttr struct { // the descriptor of the controlling TTY. // Unlike Setctty, in this case Ctty must be a descriptor // number in the parent process. - Foreground bool - Pgid int // Child's process group ID if Setpgid. + Foreground bool + Pgid int // Child's process group ID if Setpgid. // Pdeathsig, if non-zero, is a signal that the kernel will send to // the child process when the creating thread dies. Note that the signal // is sent on thread termination, which may happen before process termination.