From: Jim Meyering Date: Thu, 30 Jul 2009 15:45:53 +0000 (+0200) Subject: tail: tweak indentation X-Git-Tag: v7.5~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28e3946ef05bbf92bfce400f3f03f9abb312d63a;p=thirdparty%2Fcoreutils.git tail: tweak indentation * src/tail.c (tail_forever_inotify): Adjust indentation of continued line. --- diff --git a/src/tail.c b/src/tail.c index 8aa31d5575..3c8f425caa 100644 --- a/src/tail.c +++ b/src/tail.c @@ -1269,7 +1269,7 @@ tail_forever_inotify (int wd, struct File_spec *f, size_t n_files, select_timeout.tv_sec = (time_t) sleep_interval; select_timeout.tv_usec = 1000000 * (sleep_interval - - select_timeout.tv_sec); + - select_timeout.tv_sec); n_descriptors = select (wd + 1, &rfd, NULL, NULL, &select_timeout);