From 069aa6d760647ea40092fcfe14bb0924d7d45007 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 13 Oct 2012 20:03:52 +0000 Subject: fix code indentation git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1789 ef36b2f9-881f-0410-afb5-c4e39611909c --- nss/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nss/common.h b/nss/common.h index 1561f38..18a4d1c 100644 --- a/nss/common.h +++ b/nss/common.h @@ -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 */ -- cgit v1.2.3