]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: remove unneeded braces
authorJ William Piggott <elseifthen@gmx.com>
Thu, 20 Apr 2017 00:27:53 +0000 (20:27 -0400)
committerJ William Piggott <elseifthen@gmx.com>
Thu, 27 Apr 2017 03:19:56 +0000 (23:19 -0400)
Signed-off-by: J William Piggott <elseifthen@gmx.com>
sys-utils/hwclock.c

index 4a187c5deda3bbe4119a4d2c7bb67fc11ce4973c..e66acd22883808b8be18c07a0405a70698168eb9 100644 (file)
@@ -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);
-       }
 }
 
 /*