diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-12 20:57:30 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-12 20:57:30 -0500 |
| commit | e296398eff57fb664918adb3caabbb46726530ce (patch) | |
| tree | b66d2c1be2ec3c21e13ece6812dc469785c81b29 | |
| parent | 98d56767a34c3acf6beda2ef801b1daeb4c88971 (diff) | |
Formatting change for cSysData itself.
| -rw-r--r-- | sysdata.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ import ( // The sysData type contains all system data. It provides the system-specific underlying implementation. It is guaranteed to have the following by embedding: type cSysData struct { - ctype int - event chan struct{} + ctype int + event chan struct{} } func (c *cSysData) make(initText string, initWidth int, initHeight int, window *sysData) error { panic(runtime.GOOS + " sysData does not define make()") |
