Commit bee3b035 authored by Scott Lawrence's avatar Scott Lawrence Committed by Rob Pike

gofix: Fix inconsistent indentation in help output

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4572066
parent c357ca66
...@@ -13,7 +13,7 @@ var httpFinalURLFix = fix{ ...@@ -13,7 +13,7 @@ var httpFinalURLFix = fix{
httpfinalurl, httpfinalurl,
`Adapt http Get calls to not have a finalURL result parameter. `Adapt http Get calls to not have a finalURL result parameter.
http://codereview.appspot.com/4535056/ http://codereview.appspot.com/4535056/
`, `,
} }
......
...@@ -13,7 +13,7 @@ var osopenFix = fix{ ...@@ -13,7 +13,7 @@ var osopenFix = fix{
osopen, osopen,
`Adapt os.Open calls to new, easier API and rename O_CREAT O_CREATE. `Adapt os.Open calls to new, easier API and rename O_CREAT O_CREATE.
http://codereview.appspot.com/4357052 http://codereview.appspot.com/4357052
`, `,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment