From 2c1ff9e0660fa28b16bcc5ed02123ea51e254687 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 20 Jul 1998 21:37:04 +0000 Subject: Cosmetic fix. svn path=/trunk/; revision=2006 --- fetchmail.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'fetchmail.c') 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 */ } } -- cgit v1.2.3