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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/nss_test1.c b/nss/nss_test1.c
index e4400d1e32..d5b99641d5 100644
--- a/nss/nss_test1.c
+++ b/nss/nss_test1.c
@@ -81,7 +81,7 @@ init(void)
     return;
   if (NAME(init_hook))
     {
-      memset (&t, 0, sizeof(t));
+      memset (&t, 0, sizeof (t));
       NAME(init_hook)(&t);
 
       if (t.pwd_table)