aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-07-20 21:37:04 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-07-20 21:37:04 +0000
commit2c1ff9e0660fa28b16bcc5ed02123ea51e254687 (patch)
treeb2f0e0281928d52c4bb565bac2b18407b5a4ff09 /fetchmail.c
parentdbe4233b865c18cb57be0de0e2a2737695b6595f (diff)
downloadfetchmail-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.c17
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 */
}
}