summaryrefslogtreecommitdiff
path: root/src/pkg/text
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2012-10-30 13:38:01 -0700
committerRobert Griesemer <gri@golang.org>2012-10-30 13:38:01 -0700
commit051b66c2c7148f69ade0f6211e36ef827ea0c2ff (patch)
tree5a689259a279c1eaad62a7b0da0fb7f4604e35c6 /src/pkg/text
parent7e6f83734da825839dd3142c650d8ed902a4623c (diff)
downloadgo-051b66c2c7148f69ade0f6211e36ef827ea0c2ff.tar.gz
gofmt: apply gofmt -w src misc
Remove trailing whitespace in comments. No other changes. R=r CC=golang-dev http://codereview.appspot.com/6815053
Diffstat (limited to 'src/pkg/text')
-rw-r--r--src/pkg/text/template/example_test.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/pkg/text/template/example_test.go b/src/pkg/text/template/example_test.go
index ad49514a8..de1d51851 100644
--- a/src/pkg/text/template/example_test.go
+++ b/src/pkg/text/template/example_test.go
@@ -47,25 +47,25 @@ Josie
// Output:
// Dear Aunt Mildred,
- //
+ //
// It was a pleasure to see you at the wedding.
// Thank you for the lovely bone china tea set.
- //
+ //
// Best wishes,
// Josie
- //
+ //
// Dear Uncle John,
- //
+ //
// It is a shame you couldn't make it to the wedding.
// Thank you for the lovely moleskin pants.
- //
+ //
// Best wishes,
// Josie
- //
+ //
// Dear Cousin Rodney,
- //
+ //
// It is a shame you couldn't make it to the wedding.
- //
+ //
// Best wishes,
// Josie
}