summaryrefslogtreecommitdiff
path: root/examples/randr/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/randr/main.go')
-rw-r--r--examples/randr/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/randr/main.go b/examples/randr/main.go
index 13b934a..24db999 100644
--- a/examples/randr/main.go
+++ b/examples/randr/main.go
@@ -56,7 +56,7 @@ func main() {
}
}
- fmt.Println("\n")
+ fmt.Println("")
// Iterate through all of the crtcs and show some of their info.
for _, crtc := range resources.Crtcs {