diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-02 10:05:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-02 10:05:53 -0400 |
| commit | 982004d05052ef6aadd22dd5c4e7dbca85ab324a (patch) | |
| tree | 517a0f5a5397e6fb886b5e4741aff4fa18ba10d8 /control_windows.go | |
| parent | 09db0bffffded1a68c562b2d6451c2a2b29ac279 (diff) | |
go fmt. Precursor to bug report filing.
Diffstat (limited to 'control_windows.go')
| -rw-r--r-- | control_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control_windows.go b/control_windows.go index 564d8d4..d48fa54 100644 --- a/control_windows.go +++ b/control_windows.go @@ -11,7 +11,7 @@ type controlPrivate interface { } type controlParent struct { - c *container + c *container } func basesetParent(c controlPrivate, p *controlParent) { |
