summaryrefslogtreecommitdiff
path: root/nss/digits_dots.c
diff options
context:
space:
mode:
Diffstat (limited to 'nss/digits_dots.c')
-rw-r--r--nss/digits_dots.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/digits_dots.c b/nss/digits_dots.c
index 29aa5b1c5c..944b328a1a 100644
--- a/nss/digits_dots.c
+++ b/nss/digits_dots.c
@@ -48,7 +48,7 @@
default:
af = (_res.options & RES_USE_INET6) ? AF_INET6 : AF_INET;
- addr_size = (af == AF_INET6 ) ? IN6ADDRSZ : INADDRSZ;
+ addr_size = af == AF_INET6 ? IN6ADDRSZ : INADDRSZ;
break;
}