Formatting and 80 cols.

This commit is contained in:
Andrew Gallant
2014-05-10 11:41:51 -04:00
committed by Přemysl Janouch
parent a548d9d0f7
commit ef8155bf17
3 changed files with 11 additions and 19 deletions

View File

@@ -49,7 +49,8 @@ func main() {
bestMode := info.Modes[0]
for _, mode := range resources.Modes {
if mode.Id == uint32(bestMode) {
fmt.Printf("Width: %d, Height: %d\n", mode.Width, mode.Height)
fmt.Printf("Width: %d, Height: %d\n",
mode.Width, mode.Height)
}
}
}