sbin/hammer: trivial coding style fix
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 18 Feb 2015 14:52:16 +0000 (23:52 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 18 Feb 2015 17:10:12 +0000 (02:10 +0900)
commitef63add428c6aec989dac29f9223e6a28c88d9e0
tree02083485c9da02c9ae536554d3c78648b1b83d2c
parenta77d0377998a726fa9c354b64ff4c0bf69f68b3e
sbin/hammer: trivial coding style fix

- Trivial coding style fix to a commit 24dd5805.

- Add parenthesis as hammer code mostly prefers "return(retval);"
  to "return retval;".
sbin/hammer/ondisk.c