tail: tweak indentation
authorJim Meyering <meyering@redhat.com>
Thu, 30 Jul 2009 15:45:53 +0000 (17:45 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 30 Jul 2009 15:45:53 +0000 (17:45 +0200)
* src/tail.c (tail_forever_inotify): Adjust indentation of continued line.

src/tail.c

index 8aa31d5..3c8f425 100644 (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);