diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-25 09:16:16 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-25 09:16:16 +0000 |
commit | 7bf94f0a74226c083fc06f275703840d4063f4fc (patch) | |
tree | 6d25d36da1015df3b1a113dd8fc5ea340e1fdcbe | |
parent | f90329ea747964cc63173dc686b382f37d4c7986 (diff) |
trip trailing whitespace
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@117 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nslcd.h | 2 | ||||
-rw-r--r-- | nss/netgroup.c | 4 | ||||
-rw-r--r-- | nss/prototypes.h | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -86,7 +86,7 @@ #define LDF_ADDRESS \ LDF_INT32(ADDRESS_TYPE) /* type of address: e.g. AF_INET or AF_INET6 */ \ LDF_INT32(ADDRESS_LEN) /* length of the address to follow */ \ - LDF_BUF(ADDRESS_ADDR) /* the address itself in network byte order */ + LDF_BUF(ADDRESS_ADDR) /* the address itself in network byte order */ /* used for transferring host (/etc/hosts) information */ /* Note: this marco is not expanded to code, check manually */ 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; |