]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: gofmt after CL 412114
authorTobias Klauser <tklauser@distanz.ch>
Mon, 11 Jul 2022 17:10:00 +0000 (19:10 +0200)
committerGopher Robot <gobot@golang.org>
Mon, 11 Jul 2022 21:46:19 +0000 (21:46 +0000)
Change-Id: Ie51545eaebd22a31379bf8814a2c62b91d1d105b
Reviewed-on: https://go-review.googlesource.com/c/go/+/416934
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/syscall/exec_linux.go

index ede8247da93edead95bacab648192b18fec711ee..554aad412d3634fec230a024fc8423c30891b8da 100644 (file)
@@ -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.