formatting fix

This commit is contained in:
Leonel 2015-12-11 14:12:39 -02:00
parent 19317bc1f3
commit 4c7bdd06d1

View file

@ -111,7 +111,7 @@ func main() {
return
}
pt.Y += c.PointToFixed(*size * *spacing)
x := int(ptr.X >> 6)
x := int(ptr.X >> 6)
if x > width {
width = x
}