summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-03-15 08:03:10 +0000
committerdes <des@FreeBSD.org>2004-03-15 08:03:10 +0000
commit243c5ae2b180b02045d0d1665480ca384c0bbc10 (patch)
treece21eee6cd38b85a7f4b32205e96b6197f51b224 /lib/libc
parent391bd5265b9bb7ee0db3bf29953839031270eb47 (diff)
downloadFreeBSD-src-243c5ae2b180b02045d0d1665480ca384c0bbc10.zip
FreeBSD-src-243c5ae2b180b02045d0d1665480ca384c0bbc10.tar.gz
Whitespace nits.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/nsdispatch.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/net/nsdispatch.c b/lib/libc/net/nsdispatch.c
index 9261077..8c155e6 100644
--- a/lib/libc/net/nsdispatch.c
+++ b/lib/libc/net/nsdispatch.c
@@ -247,7 +247,7 @@ static int
mtab_compare(const void *a, const void *b)
{
int cmp;
-
+
cmp = strcmp(((const ns_mtab *)a)->name, ((const ns_mtab *)b)->name);
if (cmp != 0)
return (cmp);
@@ -305,7 +305,7 @@ _nsdbtdump(const ns_dbt *dbt)
#endif
-/*
+/*
* The first time nsdispatch is called (during a process's lifetime,
* or after nsswitch.conf has been updated), nss_configure will
* prepare global data needed by NSS.
@@ -433,7 +433,7 @@ nss_load_module(const char *source, nss_module_register_fn reg_fn)
char buf[PATH_MAX];
ns_mod mod;
nss_module_register_fn fn;
-
+
memset(&mod, 0, sizeof(mod));
mod.name = strdup(source);
if (mod.name == NULL) {
@@ -441,7 +441,7 @@ nss_load_module(const char *source, nss_module_register_fn reg_fn)
return;
}
if (reg_fn != NULL) {
- /* The placeholder is required, as a NULL handle
+ /* The placeholder is required, as a NULL handle
* represents an invalid module.
*/
mod.handle = nss_builtin_handle;
OpenPOWER on IntegriCloud