diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-12 14:34:06 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-12 14:34:06 +0200 |
commit | c18cfefcbc8acb57b1d47c580db7f8c8f57d6e32 (patch) | |
tree | e875ad93ab08492a58c687eecb362f6cc0b7a6f2 /ldap-grp.c | |
parent | f1de6decf34b37672e2c4cc3d191b689a95d07d1 (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.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; } } |