sbin/hammer: Remove \n from err(3)/errx(3)
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 29 Oct 2016 12:27:00 +0000 (21:27 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 30 Oct 2016 03:31:12 +0000 (12:31 +0900)
commitc3e30e910198ecbf1317eb3a6baf60de12ba34d8
tree0e190ee33090a609d9d1212d96503dd8d2ce377d
parent7eb492ebde5286abcdec2e293444ca25e3c918c7
sbin/hammer: Remove \n from err(3)/errx(3)

err(3)/errx(3) don't need \n (unless that's intentional).
Most programs don't have \n either.
sbin/hammer/cmd_cleanup.c
sbin/hammer/cmd_snapshot.c