Skip to content

Commit

Permalink
Merge pull request inconshreveable#109 from cveazey/terminal_fmt
Browse files Browse the repository at this point in the history
Run go fmt on terminal_netbsd.go and terminal_openbsd.go
  • Loading branch information
inconshreveable authored Oct 26, 2016
2 parents cf37582 + d6a75ba commit 46a701a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions term/terminal_netbsd.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package term

import "syscall"

const ioctlReadTermios = syscall.TIOCGETA

type Termios syscall.Termios
package term

import "syscall"

const ioctlReadTermios = syscall.TIOCGETA

type Termios syscall.Termios
14 changes: 7 additions & 7 deletions term/terminal_openbsd.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package term

import "syscall"

const ioctlReadTermios = syscall.TIOCGETA

type Termios syscall.Termios
package term

import "syscall"

const ioctlReadTermios = syscall.TIOCGETA

type Termios syscall.Termios

0 comments on commit 46a701a

Please sign in to comment.