Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/autofs autofs: Whitespace fix



details:   https://anonhg.NetBSD.org/src/rev/af3eb16c420b
branches:  trunk
changeset: 465258:af3eb16c420b
user:      tkusumi <tkusumi%NetBSD.org@localhost>
date:      Thu Nov 14 08:45:24 2019 +0000

description:
autofs: Whitespace fix

diffstat:

 sys/fs/autofs/autofs_vfsops.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 3defa28a76c6 -r af3eb16c420b sys/fs/autofs/autofs_vfsops.c
--- a/sys/fs/autofs/autofs_vfsops.c     Thu Nov 14 06:00:16 2019 +0000
+++ b/sys/fs/autofs/autofs_vfsops.c     Thu Nov 14 08:45:24 2019 +0000
@@ -33,7 +33,7 @@
  *
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autofs_vfsops.c,v 1.4 2018/01/14 22:43:18 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autofs_vfsops.c,v 1.5 2019/11/14 08:45:24 tkusumi Exp $");
 
 
 #include "autofs.h"
@@ -239,7 +239,6 @@
                        mutex_exit(&amp->am_lock);
                        return EBUSY;
                }
-                       
                autofs_node_delete(anp);
        }
        autofs_node_delete(amp->am_root);



Home | Main Index | Thread Index | Old Index