From 212105ea42362d49416e9d32261e2e099632c38c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 2 Sep 2015 13:33:04 -0600 Subject: clean up formatting --- src/nshd/hackers_git/db_passwd.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nshd/hackers_git/db_passwd.go') diff --git a/src/nshd/hackers_git/db_passwd.go b/src/nshd/hackers_git/db_passwd.go index e8a6838..7bc3671 100644 --- a/src/nshd/hackers_git/db_passwd.go +++ b/src/nshd/hackers_git/db_passwd.go @@ -67,9 +67,9 @@ func (e *allPasswdEnumerator) GenericGetNext() (interface{}, error) { func (o *Hackers) newAllPasswdEnumerator() *allPasswdEnumerator { o.lock.RLock() e := allPasswdEnumerator{ - uids: make([]int32, len(o.users)), + uids: make([]int32, len(o.users)), backend: o, - done: false, + done: false, } for uid, _ := range o.users { e.uids = append(e.uids, uid) -- cgit v1.2.3-54-g00ecf