diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-12 12:34:06 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-12 12:34:06 +0000 |
commit | c18cfefcbc8acb57b1d47c580db7f8c8f57d6e32 (patch) | |
tree | e875ad93ab08492a58c687eecb362f6cc0b7a6f2 /ldap-netgrp.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-netgrp.c')
-rw-r--r-- | ldap-netgrp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ldap-netgrp.c b/ldap-netgrp.c index 7d59479..e3206df 100644 --- a/ldap-netgrp.c +++ b/ldap-netgrp.c @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2002-2005 Luke Howard This file is part of the nss_ldap library. Linux support contributed by Larry Lile, <llile@dreamworks.com>, 2002. @@ -68,8 +68,8 @@ static ent_context_t *_ngbe = NULL; * I pulled the following macro (EXPAND), functions (strip_whitespace and * _nss_netgroup_parseline) and structures (name_list and __netgrent) from * glibc-2.2.x. _nss_netgroup_parseline became _nss_ldap_parse_netgr after - * some modification. - * + * some modification. + * * The rest of the code is modeled on various other _nss_ldap functions. */ |