about summary refs log tree commit diff
path: root/nss/nss_test1.c
diff options
context:
space:
mode:
Diffstat (limited to 'nss/nss_test1.c')
-rw-r--r--nss/nss_test1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nss/nss_test1.c b/nss/nss_test1.c
index b728e418a3..86bbc2c548 100644
--- a/nss/nss_test1.c
+++ b/nss/nss_test1.c
@@ -57,7 +57,8 @@ static struct passwd default_pwd_data[] =
     PWD (60),
     PWD (20000)
   };
-#define default_npwd_data (sizeof (pwd_data) / sizeof (pwd_data[0]))
+#define default_npwd_data \
+  (sizeof (default_pwd_data) / sizeof (default_pwd_data[0]))
 
 static struct passwd *pwd_data = default_pwd_data;
 static int npwd_data = default_npwd_data;