diff options
| author | Andrew Gallant <[email protected]> | 2014-05-10 11:41:51 -0400 |
|---|---|---|
| committer | Andrew Gallant <[email protected]> | 2014-05-10 11:41:51 -0400 |
| commit | eabb7feb995f0d542f1972909a69f4ab02c8f210 (patch) | |
| tree | d121f3393b49077b8c5684025cc76be9aa88a41a /examples/randr/main.go | |
| parent | cdbc8241c4be92fd4fbb6b7b819e84dce4a06850 (diff) | |
Formatting and 80 cols.
Diffstat (limited to 'examples/randr/main.go')
| -rw-r--r-- | examples/randr/main.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/randr/main.go b/examples/randr/main.go index ac6fb7a..01ad594 100644 --- a/examples/randr/main.go +++ b/examples/randr/main.go @@ -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) } } } |
