summaryrefslogtreecommitdiff
path: root/src/pkg/math/sqrt_decl.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-10-06 19:40:35 -0700
committerRuss Cox <rsc@golang.org>2009-10-06 19:40:35 -0700
commitdb62e99a735a036afda2098f1a721fe8dbf6ce76 (patch)
tree0659cc93b73ec28c8a1b46725f0c3d540bda5daf /src/pkg/math/sqrt_decl.go
parent184ae37561c4cfc3b2351312d3793c5788f67ae8 (diff)
downloadgolang-db62e99a735a036afda2098f1a721fe8dbf6ce76.tar.gz
apply gofmt to malloc math once os
R=gri DELTA=566 (4 added, 14 deleted, 548 changed) OCL=35410 CL=35419
Diffstat (limited to 'src/pkg/math/sqrt_decl.go')
-rw-r--r--src/pkg/math/sqrt_decl.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/math/sqrt_decl.go b/src/pkg/math/sqrt_decl.go
index 4e9112d26..e50774645 100644
--- a/src/pkg/math/sqrt_decl.go
+++ b/src/pkg/math/sqrt_decl.go
@@ -5,4 +5,3 @@
package math
func Sqrt(x float64) float64
-