mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-16 11:57:19 -04:00
tail: tweak indentation
* src/tail.c (tail_forever_inotify): Adjust indentation of continued line.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user