diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-12-17 12:19:43 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-12-17 12:19:43 +0100 |
commit | a04514305168230af9890c14a70320e25eb38bc7 (patch) | |
tree | 6f3d70a2de02b28c7fe49b5ed720d3ee0e1861e0 /tests/test_networks.c | |
parent | 63f6084595b1c42f3c36af70c35738c7c329228f (diff) |
remove trailing spaces
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@172 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests/test_networks.c')
-rw-r--r-- | tests/test_networks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_networks.c b/tests/test_networks.c index 6cc41b2..0e1e9e5 100644 --- a/tests/test_networks.c +++ b/tests/test_networks.c @@ -81,7 +81,7 @@ int main(int argc,char *argv[]) printf("errno=%d:%s\n",(int)errnocp,strerror(errnocp)); printf("h_errno=%d:%s\n",(int)h_errnocp,hstrerror(h_errnocp)); } - + /* test getnetbyaddr() */ printf("\nTEST getnetbyaddr()\n"); res=_nss_ldap_getnetbyaddr_r(inet_network("192.43.210.0"),AF_INET,&netresult,buffer,1024,&errnocp,&h_errnocp); |