Skip to content

Commit

Permalink
fix cloc-xml format in by-file mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed Jan 12, 2018
1 parent a2c3cc4 commit eb5ea00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xml.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
)

type XMLTotal struct {
Code int32 `xml:"code"`
Comment int32 `xml:"comment"`
Blank int32 `xml:"blank"`
Code int32 `xml:"code,attr"`
Comment int32 `xml:"comment,attr"`
Blank int32 `xml:"blank,attr"`
}
type XMLResultFiles struct {
Files []ClocFile `xml:"file"`
Expand Down

0 comments on commit eb5ea00

Please sign in to comment.