nexgb: gofmt
This commit is contained in:
parent
07bf9881cc
commit
1a53c005e9
|
@ -62,7 +62,7 @@ func (c *Context) Morph(xmlBytes []byte) {
|
|||
if !ok || field.xmlName != "send_event" {
|
||||
continue
|
||||
}
|
||||
field.Type = &Base{ srcName: "byte", xmlName: "CARD8", size: newFixedSize(1, true) }
|
||||
field.Type = &Base{srcName: "byte", xmlName: "CARD8", size: newFixedSize(1, true)}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue