tail: tweak indentation

* src/tail.c (tail_forever_inotify): Adjust indentation of continued line.
This commit is contained in:
Jim Meyering
2009-07-30 17:45:53 +02:00
parent c9871986eb
commit 28e3946ef0
+1 -1
View File
@@ -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);