gofix: Fix inconsistent indentation in help output

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4572066
This commit is contained in:
Scott Lawrence 2011-06-15 21:07:21 +10:00 committed by Rob Pike
parent c357ca663f
commit bee3b0358c
2 changed files with 2 additions and 2 deletions

View 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/
`,
}

View 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
`,
}