From 982004d05052ef6aadd22dd5c4e7dbca85ab324a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 2 Oct 2014 10:05:53 -0400 Subject: go fmt. Precursor to bug report filing. --- control_darwin.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'control_darwin.go') diff --git a/control_darwin.go b/control_darwin.go index b3b3dcf..cc77ed2 100644 --- a/control_darwin.go +++ b/control_darwin.go @@ -12,7 +12,7 @@ type controlPrivate interface { } type controlParent struct { - id C.id + id C.id } func basesetParent(c controlPrivate, p *controlParent) { @@ -38,13 +38,13 @@ func basegetAuxResizeInfo(c controlPrivate, d *sizing) { } type scroller struct { - id C.id + id C.id } func newScroller(child C.id, bordered bool) *scroller { id := C.newScrollView(child, toBOOL(bordered)) s := &scroller{ - id: id, + id: id, } return s } -- cgit v1.2.3