From ef8155bf17787473a58f00d54cfc8a7e16ee8708 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 10 May 2014 11:41:51 -0400 Subject: Formatting and 80 cols. --- nexgb/examples/randr/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nexgb/examples') diff --git a/nexgb/examples/randr/main.go b/nexgb/examples/randr/main.go index ac6fb7a..01ad594 100644 --- a/nexgb/examples/randr/main.go +++ b/nexgb/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) } } } -- cgit v1.2.3