]> git.decadent.org.uk Git - nfs-utils.git/commit
Minor mountd.c cleanup
authorJ. Bruce Fields <bfields@citi.umich.edu>
Thu, 28 Aug 2008 15:20:58 +0000 (11:20 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 28 Aug 2008 15:20:58 +0000 (11:20 -0400)
commit60107345a32982bb0ff9eb8a17f8f0edf0276a98
tree6eccbcbaf687be58bee95b6b554167a6474963d7
parent124b74413e943ab9c02cdff2832d1d81dc9fda87
Minor mountd.c cleanup

I find it more readable to have the normal (non-error) case unindented,
and to keep conditionals relatively simple, as is the usual kernel
style.  Fix some inconsistent indentation while we're there.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mountd/mountd.c