summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c2
1 files changed, 1 insertions, 1 deletions
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);
}