Go fmt'ed.

This commit is contained in:
Sascha L. Teichmann 2014-09-16 16:10:18 +02:00
parent 48819a42a9
commit 3943c7cc5d

View File

@ -28,7 +28,7 @@ func blowUp(src image.Image) *image.RGBA {
dst := image.NewRGBA(image.Rect(0, 0, 256, 256))
// fix point numbers x:8
// fix point numbers x:8
dx, dy := src.Bounds().Dx(), src.Bounds().Dy()
bx, by := src.Bounds().Min.X<<8, src.Bounds().Min.Y<<8