fix a weird formatting issue

This commit is contained in:
Qi Xiao 2016-01-29 03:11:01 +01:00
parent 1a490de6fd
commit e70c214c6a

View File

@ -4,11 +4,9 @@ package sys
#include <termios.h>
*/
import "C"
import
import "syscall"
// Termios represents terminal attributes.
"syscall"
type Termios C.struct_termios
// NewTermiosFromFd extracts the terminal attribute of the given file