summaryrefslogtreecommitdiff
path: root/uitask_darwin.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-10 09:55:14 -0400
committerPietro Gagliardi <[email protected]>2014-06-10 09:55:14 -0400
commit43b3f1c2a8e62d3fa583af3ad5dde5f98daadc7e (patch)
tree1075d6d90e8e2ff99ff6c53a0499966bc2534a62 /uitask_darwin.go
parent7b2e6b7fa3799ce686dd7509cf9cf6d9b94c2835 (diff)
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...)
Diffstat (limited to 'uitask_darwin.go')
-rw-r--r--uitask_darwin.go2
1 files changed, 1 insertions, 1 deletions
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)()
}