]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/gc/big: gofmt vendored code
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 3 Apr 2015 03:42:59 +0000 (20:42 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 3 Apr 2015 17:05:57 +0000 (17:05 +0000)
Change-Id: I035e6f1cd159644db5eeef83056b9c34c401e60f
Reviewed-on: https://go-review.googlesource.com/8441
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/internal/gc/big/arith_decl.go
src/cmd/internal/gc/big/vendor.bash

index 0fc8d13ba83fcfbccf6c32fd7049b7b82465f872..fe135772032556bc18a19733138415613d5f3d50 100644 (file)
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-
-
 package big
 
 func mulWW(x, y Word) (z1, z0 Word) {
index f7eca5e99485139a53d856a285197f3026f727a9..84aa750462f5494fef8deda609e26c3cd5a603e9 100755 (executable)
@@ -18,5 +18,8 @@ cp $BIGDIR/*.go .
 sed 's/^\/\/ \+build math_big_pure_go$//' arith_decl_pure.go > arith_decl.go
 rm arith_decl_pure.go
 
+# gofmt to clean up after sed
+gofmt -w .
+
 # Test that it works
 go test -short