Commit 14bbab47 authored by Josh Bleecher Snyder's avatar Josh Bleecher Snyder Committed by Robert Griesemer

cmd/internal/gc/big: gofmt vendored code

Change-Id: I035e6f1cd159644db5eeef83056b9c34c401e60f
Reviewed-on: https://go-review.googlesource.com/8441Reviewed-by: 's avatarRobert Griesemer <gri@golang.org>
parent 92dba0d2
......@@ -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) {
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment