diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-06-14 10:41:01 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-06-14 10:41:01 +0000 |
commit | 029ef0fa423c2a90c87f09a28454680d4421d306 (patch) | |
tree | f47188c5b6efcac999ca4a3d630d807f18295f49 | |
parent | 39364ce7608b64bf50accaf3f73288d048e6948f (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |