diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 21:37:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 21:37:04 +0000 |
commit | 2c1ff9e0660fa28b16bcc5ed02123ea51e254687 (patch) | |
tree | b2f0e0281928d52c4bb565bac2b18407b5a4ff09 /fetchmail.c | |
parent | dbe4233b865c18cb57be0de0e2a2737695b6595f (diff) | |
download | fetchmail-2c1ff9e0660fa28b16bcc5ed02123ea51e254687.tar.gz fetchmail-2c1ff9e0660fa28b16bcc5ed02123ea51e254687.tar.bz2 fetchmail-2c1ff9e0660fa28b16bcc5ed02123ea51e254687.zip |
Cosmetic fix.
svn path=/trunk/; revision=2006
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/fetchmail.c b/fetchmail.c index 7a86a8f8..6641cd4a 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -503,14 +503,15 @@ int main (int argc, char **argv) #if defined(linux) && !INET6 if (ctl->server.monitor) - { - /* Allow some time for the link to quiesce. One - * second is usually sufficient, three is safe. - * Note: this delay is important - don't remove! - */ - sleep(3); - interface_note_activity(&ctl->server); - } + { + /* + * Allow some time for the link to quiesce. One + * second is usually sufficient, three is safe. + * Note: this delay is important - don't remove! + */ + sleep(3); + interface_note_activity(&ctl->server); + } #endif /* defined(linux) && !INET6 */ } } |