]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
libexport.a: Fix whitespace damage in support/export/export.c
authorChuck Lever <chuck.lever@oracle.com>
Mon, 22 Mar 2010 14:16:04 +0000 (10:16 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 22 Mar 2010 14:16:04 +0000 (10:16 -0400)
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>
support/export/export.c

index 29434660a9a01008826dd8243a17ca44b84005ba..ba643b2c044f04c74a211cc91d68d8268ea8d71b 100644 (file)
@@ -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();
 }