From 62f22d912de2d2360031bef7e123549b27fb86ad Mon Sep 17 00:00:00 2001 From: J William Piggott Date: Tue, 18 Jul 2017 14:37:30 -0400 Subject: hwclock: remove unused epoch_option Also one whitespace fix. Signed-off-by: J William Piggott --- sys-utils/hwclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/hwclock.c') diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index 423ebcd01..9745158a7 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -1468,7 +1468,7 @@ int main(int argc, char **argv) } if (ctl.set || ctl.predict) { - if (!ctl.date_opt){ + if (!ctl.date_opt) { warnx(_("--date is required for --set or --predict")); hwclock_exit(&ctl, EX_USAGE); } -- cgit v1.2.3-55-g7522