From: J William Piggott Date: Thu, 20 Apr 2017 00:27:53 +0000 (-0400) Subject: hwclock: remove unneeded braces X-Git-Tag: v2.30-rc1~77^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=019093776a26f1df50bbde946e865a85349e3cde;p=thirdparty%2Futil-linux.git hwclock: remove unneeded braces Signed-off-by: J William Piggott --- diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index 4a187c5ded..e66acd2288 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); - } } /*