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:
Russ Cox 2015-03-03 22:20:44 -05:00
parent 494e317fbf
commit 5a16d6fc34
35 changed files with 35 additions and 36 deletions

View file

@ -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