summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
authorJ William Piggott2017-04-20 02:27:53 +0200
committerJ William Piggott2017-04-27 05:19:56 +0200
commit019093776a26f1df50bbde946e865a85349e3cde (patch)
tree9c9e1567312bc8382596be53d201dcec266ecf73 /sys-utils/hwclock.c
parenthwclock: make clock test mode message consistent (diff)
downloadkernel-qcow2-util-linux-019093776a26f1df50bbde946e865a85349e3cde.tar.gz
kernel-qcow2-util-linux-019093776a26f1df50bbde946e865a85349e3cde.tar.xz
kernel-qcow2-util-linux-019093776a26f1df50bbde946e865a85349e3cde.zip
hwclock: remove unneeded braces
Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index 4a187c5de..e66acd228 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -392,9 +392,8 @@ set_hardware_clock(const struct hwclock_control *ctl, const time_t newtime)
if (ctl->testing)
printf(_("Test mode: clock was not changed\n"));
- else {
+ else
ur->set_hardware_clock(ctl, &new_broken_time);
- }
}
/*