]> Cypherpunks repositories - gostls13.git/commitdiff
gofix: Fix inconsistent indentation in help output
authorScott Lawrence <bytbox@gmail.com>
Wed, 15 Jun 2011 11:07:21 +0000 (21:07 +1000)
committerRob Pike <r@golang.org>
Wed, 15 Jun 2011 11:07:21 +0000 (21:07 +1000)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4572066

src/cmd/gofix/httpfinalurl.go
src/cmd/gofix/osopen.go

index 53642b22f14fe7fbbc7dcb111fd20ee950c10baa..9e6cbf6bc5790b75f155293dda97bf214e92b635 100644 (file)
@@ -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/
 `,
 }
 
index 8eb5d06551486a0d57812b5320e8750865c07e47..56147c390e830295e2aec0abed0bd3529ea8bc90 100644 (file)
@@ -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
 `,
 }