nexgb: gofmt

This commit is contained in:
2018-09-21 08:35:18 +02:00
parent 07bf9881cc
commit 1a53c005e9
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ type XMLField struct {
XMLName xml.Name
// For 'pad' element
Bytes uint `xml:"bytes,attr"`
Bytes uint `xml:"bytes,attr"`
Align uint16 `xml:"align,attr"`
// For 'field', 'list', 'localfield', 'exprfield' and 'switch' elements.