Skip to content
Snippets Groups Projects
Commit a71198af authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix indentation.

parent 836d21bf
No related branches found
No related tags found
No related merge requests found
......@@ -946,9 +946,9 @@
(int-syscall ("ioctl" int unsigned-int (* char)) fd cmd arg))
(defun unix-tcgetattr (fd termios)
_N"Get terminal attributes."
(declare (type unix-fd fd))
(void-syscall ("tcgetattr" int (* (struct termios))) fd termios))
_N"Get terminal attributes."
(declare (type unix-fd fd))
(void-syscall ("tcgetattr" int (* (struct termios))) fd termios))
(defun unix-tcsetattr (fd opt termios)
_N"Set terminal attributes."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment