The only thing worse than treating 'return' as a function call is
authorkrw <krw@openbsd.org>
Mon, 3 Jul 2023 06:07:40 +0000 (06:07 +0000)
committerkrw <krw@openbsd.org>
Mon, 3 Jul 2023 06:07:40 +0000 (06:07 +0000)
commitbb12209f65cd56bcba616e06553811e22120014f
tree9c3d31ea29724beb95877daf0d676e82bdc8ed22
parent49e1c14a6534ac207b56a0a9ff4dfc160ea261af
The only thing worse than treating 'return' as a function call is
randomly mixing 'return (blah)' and 'return blah' idioms.

Nuke the '()'s. No intentional functional change.
sbin/disklabel/disklabel.c
sbin/disklabel/dkcksum.c
sbin/disklabel/editor.c