]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: fix whitespace in hwclock-rtc.c
authorJ William Piggott <elseifthen@gmx.com>
Mon, 10 Apr 2017 18:50:32 +0000 (14:50 -0400)
committerJ William Piggott <elseifthen@gmx.com>
Mon, 10 Apr 2017 18:50:32 +0000 (14:50 -0400)
Signed-off-by: J William Piggott <elseifthen@gmx.com>
sys-utils/hwclock-rtc.c

index f2728284d259e0d275d1ecb2707a9872b710f09b..b39a97055289ef504ac8fd069a266a87f9ec17d7 100644 (file)
@@ -413,8 +413,7 @@ int get_epoch_rtc(const struct hwclock_control *ctl, unsigned long *epoch_p)
        }
 
        if (ioctl(rtc_fd, RTC_EPOCH_READ, epoch_p) == -1) {
-                       warn(_("ioctl(RTC_EPOCH_READ) to %s failed"),
-                                 rtc_dev_name);
+               warn(_("ioctl(RTC_EPOCH_READ) to %s failed"), rtc_dev_name);
                return 1;
        }