Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: malloc2.go not gofmt'd #9339

Closed
davecheney opened this issue Dec 16, 2014 · 1 comment
Closed

runtime: malloc2.go not gofmt'd #9339

davecheney opened this issue Dec 16, 2014 · 1 comment

Comments

@davecheney
Copy link
Contributor

Here is an easy one.

diff --git a/src/runtime/malloc2.go b/src/runtime/malloc2.go
index cd8dc0a..c975f84 100644
--- a/src/runtime/malloc2.go
+++ b/src/runtime/malloc2.go
@@ -477,7 +477,7 @@ type finblock struct {
        next    *finblock
        cnt     int32
        _       int32
-       fin     [(_FinBlockSize-2*ptrSize-2*4)/unsafe.Sizeof(finalizer{})]finalizer
+       fin     [(_FinBlockSize - 2*ptrSize - 2*4) / unsafe.Sizeof(finalizer{})]finalizer
 }
@bradfitz bradfitz self-assigned this Dec 16, 2014
@bradfitz
Copy link
Contributor

@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants