diff options
| author | Russ Cox <rsc@golang.org> | 2009-10-27 22:47:54 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-10-27 22:47:54 -0700 |
| commit | d2829faa7c46cd2105eb897e77c92a86baefcd79 (patch) | |
| tree | 59cdfb7c6316bd02d9cfe4e298cf6fc40ffc0c4a /src/pkg/os | |
| parent | 58ee1f5d546e80b508c1bfd536735d204c873408 (diff) | |
| download | go-d2829faa7c46cd2105eb897e77c92a86baefcd79.tar.xz | |
files that are okay from the last gofmt round
R=gri
http://go/go-review/1015011
Diffstat (limited to 'src/pkg/os')
| -rw-r--r-- | src/pkg/os/exec.go | 4 | ||||
| -rw-r--r-- | src/pkg/os/path_test.go | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/pkg/os/exec.go b/src/pkg/os/exec.go index a94a2a8424..79d25b2dc0 100644 --- a/src/pkg/os/exec.go +++ b/src/pkg/os/exec.go @@ -57,8 +57,8 @@ func Exec(argv0 string, argv []string, envv []string) Error { // Waitmsg stores the information about an exited process as reported by Wait. type Waitmsg struct { - Pid int; // The process's id. - syscall.WaitStatus; // System-dependent status info. + Pid int; // The process's id. + syscall.WaitStatus; // System-dependent status info. Rusage *syscall.Rusage; // System-dependent resource usage info. } diff --git a/src/pkg/os/path_test.go b/src/pkg/os/path_test.go index 617d1e7f4d..61cba30ee8 100644 --- a/src/pkg/os/path_test.go +++ b/src/pkg/os/path_test.go @@ -5,8 +5,8 @@ package os_test import ( - . "os"; - "testing"; + . "os"; + "testing"; ) func TestMkdirAll(t *testing.T) { |
