unix: gofmt hurd files after CL 459895

As suggested by Dmitri.

Change-Id: Ia42331fc7e7baa22a392e0b3a23485da61d12428
Reviewed-on: https://go-review.googlesource.com/c/sys/+/460155
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
This commit is contained in:
Tobias Klauser
2023-01-01 01:24:11 +00:00
committed by Gopher Robot
parent b360406616
commit b751db56c7
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -20,4 +20,3 @@ func ioctl(fd int, req uint, arg uintptr) (err error) {
} }
return return
} }
+1 -1
View File
@@ -8,7 +8,7 @@
package unix package unix
const ( const (
TIOCGETA = 0x62251713 TIOCGETA = 0x62251713
) )
type Winsize struct { type Winsize struct {