lists.arthurdejong.org
RSS feed

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



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/