mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/5g etc: tweak import blocks
Remove blank lines and merge lone imports into blocks. Change-Id: Ib46dad584456909969f1ba3a2c7f5667abf336ae Reviewed-on: https://go-review.googlesource.com/6792 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
parent
494e317fbf
commit
5a16d6fc34
35 changed files with 35 additions and 36 deletions
|
|
@ -31,11 +31,11 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"cmd/internal/ld"
|
||||
"cmd/internal/obj"
|
||||
"fmt"
|
||||
"log"
|
||||
)
|
||||
import "cmd/internal/ld"
|
||||
|
||||
func PADDR(x uint32) uint32 {
|
||||
return x &^ 0x80000000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue