sbin/newfs_hammer: Cleanup blocks with a single statement
commit46689eca8a09cfe7b1c83f9db32e528e29b1f168
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 9 Apr 2017 00:05:29 +0000 (9 03:05 +0300)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 9 Apr 2017 18:49:12 +0000 (9 21:49 +0300)
tree920b72271f63cae8b6e85058c44f48f1ca76300b
parent52e2f1b52011af14814bda6122c29e91ab740ce3
sbin/newfs_hammer: Cleanup blocks with a single statement

This commit basically does the same as what Linux kernel's coding
style mentions for braces, which is basically the same with BSDs.
https://github.com/torvalds/linux/blob/master/Documentation/process/coding-style.rst#3-placing-braces-and-spaces

No diff in sbin/newfs_hammer/newfs_hammer binary when assert(3)
is disabled.
sbin/newfs_hammer/newfs_hammer.c