aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Lawrence <bytbox@gmail.com>2011-06-15 21:07:21 +1000
committerRob Pike <r@golang.org>2011-06-15 21:07:21 +1000
commitbee3b0358c4d524582d74896bf6a8c8a3fe28f7e (patch)
tree3c095e139af24c774a903be00266f800936325b2
parentc357ca663fce810cfd34dcf482158e4a04aab51a (diff)
downloadgo-bee3b0358c4d524582d74896bf6a8c8a3fe28f7e.tar.gz
go-bee3b0358c4d524582d74896bf6a8c8a3fe28f7e.zip
gofix: Fix inconsistent indentation in help output
R=golang-dev, r CC=golang-dev https://golang.org/cl/4572066
-rw-r--r--src/cmd/gofix/httpfinalurl.go2
-rw-r--r--src/cmd/gofix/osopen.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/gofix/httpfinalurl.go b/src/cmd/gofix/httpfinalurl.go
index 53642b22f1..9e6cbf6bc5 100644
--- a/src/cmd/gofix/httpfinalurl.go
+++ b/src/cmd/gofix/httpfinalurl.go
@@ -13,7 +13,7 @@ var httpFinalURLFix = fix{
httpfinalurl,
`Adapt http Get calls to not have a finalURL result parameter.
- http://codereview.appspot.com/4535056/
+http://codereview.appspot.com/4535056/
`,
}
diff --git a/src/cmd/gofix/osopen.go b/src/cmd/gofix/osopen.go
index 8eb5d06551..56147c390e 100644
--- a/src/cmd/gofix/osopen.go
+++ b/src/cmd/gofix/osopen.go
@@ -13,7 +13,7 @@ var osopenFix = fix{
osopen,
`Adapt os.Open calls to new, easier API and rename O_CREAT O_CREATE.
- http://codereview.appspot.com/4357052
+http://codereview.appspot.com/4357052
`,
}