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_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uitask_darwin.go') diff --git a/uitask_darwin.go b/uitask_darwin.go index dce9479..70cbee6 100644 --- a/uitask_darwin.go +++ b/uitask_darwin.go @@ -54,6 +54,6 @@ func initCocoa() (err error) { //export appDelegate_uitask func appDelegate_uitask(p unsafe.Pointer) { - f := (*func ())(unsafe.Pointer(p)) + f := (*func())(unsafe.Pointer(p)) (*f)() } -- cgit v1.2.3