Module Name:    src
Committed By:   tkusumi
Date:           Thu Nov 14 08:45:24 UTC 2019

Modified Files:
        src/sys/fs/autofs: autofs_vfsops.c

Log Message:
autofs: Whitespace fix


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/fs/autofs/autofs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/fs/autofs/autofs_vfsops.c
diff -u src/sys/fs/autofs/autofs_vfsops.c:1.4 src/sys/fs/autofs/autofs_vfsops.c:1.5
--- src/sys/fs/autofs/autofs_vfsops.c:1.4	Sun Jan 14 22:43:18 2018
+++ src/sys/fs/autofs/autofs_vfsops.c	Thu Nov 14 08:45:24 2019
@@ -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 @@ autofs_unmount(struct mount *mp, int mnt
 			mutex_exit(&amp->am_lock);
 			return EBUSY;
 		}
-			
 		autofs_node_delete(anp);
 	}
 	autofs_node_delete(amp->am_root);

Reply via email to