sbin/*hammer: Use consistent static/inline/returntype format for functions
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 14 Apr 2017 13:30:08 +0000 (16:30 +0300)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 14 Apr 2017 19:07:40 +0000 (22:07 +0300)
commit005a4da7c7e9f1ce1486991786575353476f9282
treee14fe7691bc11c4d55099a945a5f7fd3befbd84d
parentc967446b57103173bbf944d25a36b8818bad00a1
sbin/*hammer: Use consistent static/inline/returntype format for functions

Change them to HAMMER2 style which has much more stable code style
than HAMMER1. HAMMER1 is basically a mix of every possible pattern
(even in the code originally written only by dillon@).
15 files changed:
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_info.c
sbin/hammer/cmd_mirror.c
sbin/hammer/cmd_pfs.c
sbin/hammer/cmd_recover.c
sbin/hammer/cmd_show.c
sbin/hammer/cmd_softprune.c
sbin/hammer/cmd_strip.c
sbin/hammer/ondisk.c
sbin/mount_hammer/mount_hammer.c
sbin/newfs_hammer/newfs_hammer.c