]> Cypherpunks repositories - gostls13.git/commit
doc: trim spaces from code snippets
authorAndrew Gerrand <adg@golang.org>
Thu, 5 Jan 2012 22:20:31 +0000 (09:20 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 5 Jan 2012 22:20:31 +0000 (09:20 +1100)
commit5353e1ef9673e2fb0604aa30549ff04d25e4837b
tree77d8ca9d7cfd0c4d5af68528cff40fa75ae5960c
parent5f5a7eb4bc6160a99ec3656ab87351aa1299341c
doc: trim spaces from code snippets

gofmt likes to put lines like
  // STOP OMIT
two blank lines from a closing brace, creating an ugly space inside
<pre> blocks in some of these files. This change resolves this issue.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5520044
doc/articles/defer_panic_recover.html
doc/articles/error_handling.html
doc/effective_go.html
doc/go1.html
doc/go_tutorial.html
doc/tmpltohtml.go