From 43b3f1c2a8e62d3fa583af3ad5dde5f98daadc7e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 10 Jun 2014 09:55:14 -0400 Subject: Partial go fmt. Will do the rest over the next few commits. While I'm not too happy about it, everyone else uses go fmt, and pull requests will be more convenient if I just do it. (Also do it now, because when I change the Windows backend things are going to change...) --- uitask_unix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uitask_unix.go') diff --git a/uitask_unix.go b/uitask_unix.go index 0ff07f4..030f096 100644 --- a/uitask_unix.go +++ b/uitask_unix.go @@ -30,8 +30,8 @@ func ui(main func()) error { for f := range uitask { done := make(chan struct{}) gdk_threads_add_idle(>kIdleOp{ - what: f, - done: done, + what: f, + done: done, }) <-done close(done) -- cgit v1.2.3