From 465b9c35e57228e2f7e51865940650f9b54c50c7 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 30 Oct 2012 13:38:01 -0700 Subject: gofmt: apply gofmt -w src misc Remove trailing whitespace in comments. No other changes. R=r CC=golang-dev https://golang.org/cl/6815053 --- src/pkg/os/exec/exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/os/exec/exec.go') diff --git a/src/pkg/os/exec/exec.go b/src/pkg/os/exec/exec.go index c4907cd7d7..8368491b0f 100644 --- a/src/pkg/os/exec/exec.go +++ b/src/pkg/os/exec/exec.go @@ -37,7 +37,7 @@ type Cmd struct { // Args holds command line arguments, including the command as Args[0]. // If the Args field is empty or nil, Run uses {Path}. - // + // // In typical use, both Path and Args are set by calling Command. Args []string -- cgit v1.3-5-g9baa