Do a make format run.
This commit is contained in:
parent
514f5ad4a9
commit
2f0d697f8c
11 changed files with 49 additions and 53 deletions
|
|
@ -94,7 +94,6 @@ sysctl_intr(struct intr *intr, int idx)
|
|||
*/
|
||||
import "C"
|
||||
|
||||
|
||||
var (
|
||||
interruptLabelNames = []string{"CPU", "type", "devices"}
|
||||
)
|
||||
|
|
@ -126,7 +125,7 @@ type interrupt struct {
|
|||
|
||||
func getInterrupts() (map[string]interrupt, error) {
|
||||
var (
|
||||
cintr C.struct_intr
|
||||
cintr C.struct_intr
|
||||
interrupts = map[string]interrupt{}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue