nss-pam-ldapd commit: r1891 - nss-pam-ldapd/tests
[
Date Prev][Date Next]
[
Thread Prev][Thread Next]
nss-pam-ldapd commit: r1891 - nss-pam-ldapd/tests
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1891 - nss-pam-ldapd/tests
- Date: Sun, 30 Dec 2012 23:14:17 +0100 (CET)
Author: arthur
Date: Sun Dec 30 23:14:16 2012
New Revision: 1891
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1891&view=revision
Log:
code style fix
Modified:
nss-pam-ldapd/tests/lookup_netgroup.c
Modified: nss-pam-ldapd/tests/lookup_netgroup.c
==============================================================================
--- nss-pam-ldapd/tests/lookup_netgroup.c Sun Dec 30 15:16:09 2012
(r1890)
+++ nss-pam-ldapd/tests/lookup_netgroup.c Sun Dec 30 23:14:16 2012
(r1891)
@@ -38,13 +38,13 @@
exit(EXIT_FAILURE);
}
/* start lookup */
- if (setnetgrent(argv[1])!=0)
+ if (setnetgrent(argv[1]) != 0)
{
/* output nothing */
exit(EXIT_FAILURE);
}
fprintf(stdout, "%-20s", argv[1]);
- while (getnetgrent(&host, &user, &domain)!=0)
+ while (getnetgrent(&host, &user, &domain) != 0)
{
fprintf(stdout, " (%s, %s, %s)", host, user, domain);
}
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1891 - nss-pam-ldapd/tests,
Commits of the nss-pam-ldapd project