Formatting change for cSysData itself.

This commit is contained in:
Pietro Gagliardi 2014-02-12 20:57:30 -05:00
parent 98d56767a3
commit e296398eff
1 changed files with 2 additions and 2 deletions

View File

@ -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()")