nexgb: gofmt

This commit is contained in:
Přemysl Eric Janouch 2018-09-21 08:35:18 +02:00
parent 07bf9881cc
commit 1a53c005e9
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 3 additions and 3 deletions

View File

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