From 28e3946ef05bbf92bfce400f3f03f9abb312d63a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 30 Jul 2009 17:45:53 +0200 Subject: tail: tweak indentation * src/tail.c (tail_forever_inotify): Adjust indentation of continued line. --- src/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3-54-g00ecf