Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/ldap-grp.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-10-12 14:34:06 +0200
committerArthur de Jong <arthur@arthurdejong.org>2006-10-12 14:34:06 +0200
commitc18cfefcbc8acb57b1d47c580db7f8c8f57d6e32 (patch)
treee875ad93ab08492a58c687eecb362f6cc0b7a6f2 /ldap-grp.c
parentf1de6decf34b37672e2c4cc3d191b689a95d07d1 (diff)
remove trailing spaces
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@14 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'ldap-grp.c')
-rw-r--r--ldap-grp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldap-grp.c b/ldap-grp.c
index 6d43450..1d0dfc6 100644
--- a/ldap-grp.c
+++ b/ldap-grp.c
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 1997-2006 Luke Howard
This file is part of the nss_ldap library.
Contributed by Luke Howard, <lukeh@padl.com>, 1997.
@@ -258,7 +258,7 @@ do_construct_range_attribute (const char *attribute,
return NSS_SUCCESS;
}
-/*
+/*
* Expand group members, including nested groups
*/
static enum nss_status
@@ -748,7 +748,7 @@ do_parse_initgroups_nested (LDAPMessage * e,
lia->depth--;
ldap_value_free (values);
-
+
return stat;
}
}