diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-10 09:55:14 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-10 09:55:14 -0400 |
| commit | 43b3f1c2a8e62d3fa583af3ad5dde5f98daadc7e (patch) | |
| tree | 1075d6d90e8e2ff99ff6c53a0499966bc2534a62 /uitask_darwin.go | |
| parent | 7b2e6b7fa3799ce686dd7509cf9cf6d9b94c2835 (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.go | 2 |
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)() } |
