trivial cleanups from golang

the results of a code cleanup performed by the goland IDE.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-07-03 14:35:11 -05:00
parent f5593d305f
commit fec1de6ef4
21 changed files with 27 additions and 27 deletions

View File

@ -22,7 +22,7 @@ var (
// BitmapSize is the size of the bitmap used when managing SHM locks.
// an SHM lock manager's max locks will be rounded up to a multiple of
// this number.
BitmapSize uint32 = uint32(C.bitmap_size_c)
BitmapSize = uint32(C.bitmap_size_c)
)
// SHMLocks is a struct enabling POSIX semaphore locking in a shared memory