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...)

This commit is contained in:
Pietro Gagliardi 2014-06-10 09:55:14 -04:00
parent 7b2e6b7fa3
commit 43b3f1c2a8
4 changed files with 47 additions and 47 deletions

View File

@ -4,9 +4,9 @@ package ui
import ( import (
"fmt" "fmt"
"runtime"
"syscall" "syscall"
"unsafe" "unsafe"
"runtime"
) )
/* /*