summaryrefslogtreecommitdiffstats
path: root/support/export/export.c
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2010-03-22 10:16:04 -0400
committerSteve Dickson <steved@redhat.com>2010-03-22 10:16:04 -0400
commite3b0046b4b12a6e05c0a7afd59ca5431ded51e96 (patch)
treeb2737cae4d39f1c15771166953bf17f428540e85 /support/export/export.c
parent5f722d8855ebcb2d041e182c8c69c8cbee4bf408 (diff)
downloadnfs-utils-e3b0046b4b12a6e05c0a7afd59ca5431ded51e96.tar.gz
nfs-utils-e3b0046b4b12a6e05c0a7afd59ca5431ded51e96.tar.xz
nfs-utils-e3b0046b4b12a6e05c0a7afd59ca5431ded51e96.zip
libexport.a: Fix whitespace damage in support/export/export.c
Clean up whitespace damage introduced by commit 4cacc965. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/export/export.c')
-rw-r--r--support/export/export.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/support/export/export.c b/support/export/export.c
index 2943466..ba643b2 100644
--- a/support/export/export.c
+++ b/support/export/export.c
@@ -128,6 +128,7 @@ export_dup(nfs_export *exp, struct hostent *hp)
return new;
}
+
/*
* Add export entry to hash table
*/
@@ -280,11 +281,11 @@ export_freeall(void)
xfree(exp->m_export.e_hostname);
xfree(exp);
}
- for(j = 0; j < HASH_TABLE_SIZE; j++) {
- exportlist[i].entries[j].p_first = NULL;
- exportlist[i].entries[j].p_last = NULL;
- }
- exportlist[i].p_head = NULL;
+ for (j = 0; j < HASH_TABLE_SIZE; j++) {
+ exportlist[i].entries[j].p_first = NULL;
+ exportlist[i].entries[j].p_last = NULL;
+ }
+ exportlist[i].p_head = NULL;
}
client_freeall();
}