From 4344ef3b71e6f152fb52515f2a5dc7a095071961 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 27 Mar 2009 13:28:27 -0600 Subject: [PATCH] test-getaddrinfo: whitespace cleanup * tests/test-getaddrinfo.c: Fix whitespace. Signed-off-by: Eric Blake --- tests/test-getaddrinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-getaddrinfo.c b/tests/test-getaddrinfo.c index 4816920a9..eeea3f7c4 100644 --- a/tests/test-getaddrinfo.c +++ b/tests/test-getaddrinfo.c @@ -87,7 +87,7 @@ int simple (char *host, char *service) 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 @@ int simple (char *host, char *service) 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; } -- 2.11.0