From: Chuck Lever Date: Mon, 22 Mar 2010 14:16:04 +0000 (-0400) Subject: libexport.a: Fix whitespace damage in support/export/export.c X-Git-Tag: nfs-utils-1-2-3-rc1~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=e3b0046b4b12a6e05c0a7afd59ca5431ded51e96 libexport.a: Fix whitespace damage in support/export/export.c Clean up whitespace damage introduced by commit 4cacc965. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- 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(); }