0.9.2.43:
[sbcl.git] / contrib / sb-posix / defpackage.lisp
index 335b095..e539cf3 100644 (file)
@@ -1,15 +1,15 @@
 (defpackage :sb-posix (:use)
   (:export #:syscall-error #:syscall-errno
 
-          ;; grovel structure accessors
-          
-          #:dirent-name
-
-          ;; wrapper class accessors
-          
-          #:stat-mode #:stat-ino #:stat-dev #:stat-nlink #:stat-uid
-          #:stat-gid #:stat-size #:stat-atime #:stat-mtime #:stat-ctime
-          #:termios-iflag #:termios-oflag #:termios-cflag
-          #:termios-lflag #:termios-cc))
+           ;; grovel structure accessors
+
+           #:dirent-name
+
+           ;; wrapper class accessors
+
+           #:stat-mode #:stat-ino #:stat-dev #:stat-nlink #:stat-uid
+           #:stat-gid #:stat-size #:stat-atime #:stat-mtime #:stat-ctime
+           #:termios-iflag #:termios-oflag #:termios-cflag
+           #:termios-lflag #:termios-cc))
 
 (defpackage :sb-posix-internal (:use #:sb-alien #:cl))