gofmt-ify os

R=r
http://go/go-review/1017034
This commit is contained in:
Robert Griesemer 2009-11-04 20:42:40 -08:00
parent 9c7535432a
commit 398f220d5b

View File

@ -74,7 +74,7 @@ var (
EADDRINUSE Error = Errno(syscall.EADDRINUSE);
ECONNREFUSED Error = Errno(syscall.ECONNREFUSED);
ENAMETOOLONG Error = Errno(syscall.ENAMETOOLONG);
EAFNOSUPPORT Error = Errno(syscall.EAFNOSUPPORT);
EAFNOSUPPORT Error = Errno(syscall.EAFNOSUPPORT);
)
// PathError records an error and the operation and file path that caused it.