summaryrefslogtreecommitdiff
path: root/pr/tests/gethost.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/gethost.c')
-rw-r--r--pr/tests/gethost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/gethost.c b/pr/tests/gethost.c
index 779bce45..e2226416 100644
--- a/pr/tests/gethost.c
+++ b/pr/tests/gethost.c
@@ -131,7 +131,7 @@ int main(int argc, char **argv)
PrintHostent(&reversehe);
}
printf("PR_GetHostByAddr with PR_AF_INET6 done\n");
-
+
PR_StringToNetAddr("::1", &addr);
if (PR_IsNetAddrType(&addr, PR_IpAddrV4Mapped) == PR_TRUE) {
fprintf(stderr, "addr should not be ipv4 mapped address\n");