sbin/mount_hammer: Cleanup blocks with a single statement
commita90e74c587686e9034319b2388ff5c99e7d4ac3b
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 9 Apr 2017 00:05:54 +0000 (9 03:05 +0300)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 9 Apr 2017 18:49:13 +0000 (9 21:49 +0300)
tree04aadadfca0b8a73bd4b27480549429589154303
parent46689eca8a09cfe7b1c83f9db32e528e29b1f168
sbin/mount_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/mount_hammer/mount_hammer binary when assert(3)
is disabled.
sbin/mount_hammer/mount_hammer.c