summaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-11-25 09:16:16 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-11-25 09:16:16 +0000
commit7bf94f0a74226c083fc06f275703840d4063f4fc (patch)
tree6d25d36da1015df3b1a113dd8fc5ea340e1fdcbe /nss
parentf90329ea747964cc63173dc686b382f37d4c7986 (diff)
trip trailing whitespace
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@117 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss')
-rw-r--r--nss/netgroup.c4
-rw-r--r--nss/prototypes.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/nss/netgroup.c b/nss/netgroup.c
index 6a93f29..51b7f80 100644
--- a/nss/netgroup.c
+++ b/nss/netgroup.c
@@ -45,7 +45,7 @@ static enum nss_status read_netgrent(
/* the response is a reference to another netgroup */
result->type=group_val;
READ_STRING_BUF(fp,result->val.group);
-
+
}
else if (type==NETGROUP_TYPE_TRIPLE)
{
@@ -96,7 +96,7 @@ enum nss_status _nss_ldap_setnetgrent(const char *group,struct __netgrent *resul
/* read response header */
READ_RESPONSEHEADER(result->data,NSLCD_ACTION_NETGROUP_BYNAME);
return NSS_STATUS_SUCCESS;
-/* fixme: this should probably also set result->known_groups */
+/* fixme: this should probably also set result->known_groups */
}
enum nss_status _nss_ldap_getnetgrent_r(struct __netgrent *result,char *buffer,size_t buflen,int *errnop)
diff --git a/nss/prototypes.h b/nss/prototypes.h
index 57d474f..a00154e 100644
--- a/nss/prototypes.h
+++ b/nss/prototypes.h
@@ -48,7 +48,7 @@ struct etherent
This definition changes the definition of the data field
to pass our file pointer for ongoing requests and the
definition of the nip field to not drag in extra unneeded
- types. */
+ types. */
struct __netgrent
{
enum { triple_val, group_val } type;