Skip to content

Commit

Permalink
unix: gofmt hurd files after CL 459895
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tklauser authored and gopherbot committed Jan 1, 2023
1 parent b360406 commit b751db5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion unix/syscall_hurd.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ func ioctl(fd int, req uint, arg uintptr) (err error) {
}
return
}

2 changes: 1 addition & 1 deletion unix/syscall_hurd_386.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
package unix

const (
TIOCGETA = 0x62251713
TIOCGETA = 0x62251713
)

type Winsize struct {
Expand Down

0 comments on commit b751db5

Please sign in to comment.