Skip to content

Commit b751db5

Browse files
tklausergopherbot
authored andcommitted
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 <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Tobias Klauser <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Tobias Klauser <[email protected]>
1 parent b360406 commit b751db5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

unix/syscall_hurd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ func ioctl(fd int, req uint, arg uintptr) (err error) {
2020
}
2121
return
2222
}
23-

unix/syscall_hurd_386.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
package unix
99

1010
const (
11-
TIOCGETA = 0x62251713
11+
TIOCGETA = 0x62251713
1212
)
1313

1414
type Winsize struct {

0 commit comments

Comments
 (0)