summaryrefslogtreecommitdiff
path: root/xgbgen/size.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <[email protected]>2012-04-30 02:44:31 -0400
committerAndrew Gallant (Ocelot) <[email protected]>2012-04-30 02:44:31 -0400
commitf7be3db65e559e77355537a11a88c8657ec4c059 (patch)
tree98a3a415d15b6a2c03b0ae7206cbb9a8df66c601 /xgbgen/size.go
parent91ec0c014823a869775575879de1f5585523fc39 (diff)
gofmt
Diffstat (limited to 'xgbgen/size.go')
-rw-r--r--xgbgen/size.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/xgbgen/size.go b/xgbgen/size.go
index d00e297..70edb8f 100644
--- a/xgbgen/size.go
+++ b/xgbgen/size.go
@@ -19,4 +19,3 @@ func (s1 Size) Add(s2 Size) Size {
func (s1 Size) Multiply(s2 Size) Size {
return Size{newBinaryOp("*", s1, s2)}
}
-