summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-07-30 17:45:53 +0200
committerJim Meyering <meyering@redhat.com>2009-07-30 17:45:53 +0200
commit28e3946ef05bbf92bfce400f3f03f9abb312d63a (patch)
tree9f44baf956b0beff72341a143e7f0967ce9f2b8e /src
parentc9871986eb4c6d526a1f4d92a8280b6e54bf07df (diff)
downloadcoreutils-28e3946ef05bbf92bfce400f3f03f9abb312d63a.tar.xz
tail: tweak indentation
* src/tail.c (tail_forever_inotify): Adjust indentation of continued line.
Diffstat (limited to 'src')
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index 8aa31d557..3c8f425ca 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);