sbin/hammer: Partly bring back removed braces from 52e2f1b5
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 10 Apr 2017 17:20:40 +0000 (20:20 +0300)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 10 Apr 2017 21:42:16 +0000 (00:42 +0300)
commitf254e677c7bddf159584edbe40aed3fd55443547
treee89e96ccd7bff066afe7bfb0641a1b3b3db07a90
parent6758745fd5e06de246cf7718e7ebb60d03cc62ba
sbin/hammer: Partly bring back removed braces from 52e2f1b5

based on comments from dillon@.

(dillon) three types, yah.  (1) multi-line condition in if(), (2) if TRUE or FALSE body spans more than one line, put braces around both
(dillon) (including if a comment is part of the body)
19 files changed:
sbin/hammer/cache.c
sbin/hammer/cmd_blockmap.c
sbin/hammer/cmd_cleanup.c
sbin/hammer/cmd_config.c
sbin/hammer/cmd_dedup.c
sbin/hammer/cmd_history.c
sbin/hammer/cmd_mirror.c
sbin/hammer/cmd_pfs.c
sbin/hammer/cmd_recover.c
sbin/hammer/cmd_show.c
sbin/hammer/cmd_snapshot.c
sbin/hammer/cmd_softprune.c
sbin/hammer/cmd_strip.c
sbin/hammer/cmd_version.c
sbin/hammer/cmd_volume.c
sbin/hammer/cycle.c
sbin/hammer/hammer.c
sbin/hammer/misc.c
sbin/hammer/ondisk.c