From: Scott Lawrence Date: Wed, 15 Jun 2011 11:07:21 +0000 (+1000) Subject: gofix: Fix inconsistent indentation in help output X-Git-Tag: weekly.2011-06-16~29 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bee3b0358c4d524582d74896bf6a8c8a3fe28f7e;p=gostls13.git gofix: Fix inconsistent indentation in help output R=golang-dev, r CC=golang-dev https://golang.org/cl/4572066 --- 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 `, }