summaryrefslogtreecommitdiff
path: root/src/pkg/unsafe
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-11-05 09:40:28 -0800
committerRobert Griesemer <gri@golang.org>2009-11-05 09:40:28 -0800
commit60e10e44053afa77c0c17376e03716f3b40a116d (patch)
tree2f9f10c2dd9ce6fc6c438917620c8dfc2725a31d /src/pkg/unsafe
parentf9b8704773424771c65ef19da6c4a63fa2a6854d (diff)
downloadgolang-60e10e44053afa77c0c17376e03716f3b40a116d.tar.gz
gofmt-ify template, time, unsafe, flag, fmt
(replacement for CLs 1017039, 1017041, 1017040, 1018054) R=r http://go/go-review/1018060
Diffstat (limited to 'src/pkg/unsafe')
-rw-r--r--src/pkg/unsafe/unsafe.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/unsafe/unsafe.go b/src/pkg/unsafe/unsafe.go
index c9b8c9a07..a766e546a 100644
--- a/src/pkg/unsafe/unsafe.go
+++ b/src/pkg/unsafe/unsafe.go
@@ -4,7 +4,7 @@
/*
The unsafe package contains operations that step around the type safety of Go programs.
- */
+*/
package unsafe
// ArbitraryType is here for the purposes of documentation only and is not actually