Mercurial > hg > octave-jordi > gnulib-hg
changeset 11435:cf3dd90a3ce0
test-getaddrinfo: whitespace cleanup
* tests/test-getaddrinfo.c: Fix whitespace.
Signed-off-by: Eric Blake <ebb9@byu.net>
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Fri, 27 Mar 2009 13:28:27 -0600 |
parents | f8f0b340daef |
children | 125932a3f90f |
files | tests/test-getaddrinfo.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-getaddrinfo.c +++ b/tests/test-getaddrinfo.c @@ -87,7 +87,7 @@ if (res == EAI_NONAME) return 0; /* Solaris reports EAI_SERVICE for "http" and "https". Don't - fail the test merely because of this. */ + fail the test merely because of this. */ if (res == EAI_SERVICE) return 0; /* AIX reports EAI_NODATA for "https". Don't fail the test @@ -96,7 +96,7 @@ return 0; /* Provide details if errno was set. */ if (res == EAI_SYSTEM) - dbgprintf ("system error: %s\n", strerror (err)); + dbgprintf ("system error: %s\n", strerror (err)); return 1; }