nss-pam-ldapd commit: r1789 - nss-pam-ldapd/nss
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1789 - nss-pam-ldapd/nss
- 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: r1789 - nss-pam-ldapd/nss
- Date: Sat, 13 Oct 2012 22:03:52 +0200 (CEST)
Author: arthur
Date: Sat Oct 13 22:03:52 2012
New Revision: 1789
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1789&view=revision
Log:
fix code indentation
Modified:
nss-pam-ldapd/nss/common.h
Modified: nss-pam-ldapd/nss/common.h
==============================================================================
--- nss-pam-ldapd/nss/common.h Sat Oct 13 15:38:03 2012 (r1788)
+++ nss-pam-ldapd/nss/common.h Sat Oct 13 22:03:52 2012 (r1789)
@@ -84,8 +84,8 @@
#define NSS_BUFCHECK \
if ((buffer==NULL)||(buflen==0)) \
{ \
- *errnop=EINVAL; \
- return NSS_STATUS_UNAVAIL; \
+ *errnop=EINVAL; \
+ return NSS_STATUS_UNAVAIL; \
}
#endif /* NSS_FLAVOUR_GLIBC */
--
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: r1789 - nss-pam-ldapd/nss,
Commits of the nss-pam-ldapd project