aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2009-06-14 10:41:01 +0000
committerMatthias Andree <matthias.andree@gmx.de>2009-06-14 10:41:01 +0000
commit029ef0fa423c2a90c87f09a28454680d4421d306 (patch)
treef47188c5b6efcac999ca4a3d630d807f18295f49
parent39364ce7608b64bf50accaf3f73288d048e6948f (diff)
downloadfetchmail-029ef0fa423c2a90c87f09a28454680d4421d306.tar.gz
fetchmail-029ef0fa423c2a90c87f09a28454680d4421d306.tar.bz2
fetchmail-029ef0fa423c2a90c87f09a28454680d4421d306.zip
Fix spacing for consistency.
svn path=/branches/BRANCH_6-3/; revision=5356
-rw-r--r--env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.c b/env.c
index 939753c5..eabc2f41 100644
--- a/env.c
+++ b/env.c
@@ -159,7 +159,7 @@ char *host_fqdn(int required)
memset(&hints, 0, sizeof hints);
hints.ai_family = AF_UNSPEC;
hints.ai_socktype = SOCK_STREAM;
- hints.ai_flags=AI_CANONNAME;
+ hints.ai_flags = AI_CANONNAME;
e = fm_getaddrinfo(tmpbuf, NULL, &hints, &res);
if (e) {