Module Name:    src
Committed By:   tkusumi
Date:           Wed Nov 20 17:18:35 UTC 2019

Modified Files:
        src/sbin/mount_autofs: mount_autofs.c

Log Message:
mount_autofs: Remove blank line with trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sbin/mount_autofs/mount_autofs.c

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

Modified files:

Index: src/sbin/mount_autofs/mount_autofs.c
diff -u src/sbin/mount_autofs/mount_autofs.c:1.3 src/sbin/mount_autofs/mount_autofs.c:1.4
--- src/sbin/mount_autofs/mount_autofs.c:1.3	Tue Jan 23 15:02:03 2018
+++ src/sbin/mount_autofs/mount_autofs.c	Wed Nov 20 17:18:35 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: mount_autofs.c,v 1.3 2018/01/23 15:02:03 wiz Exp $	*/
+/*	$NetBSD: mount_autofs.c,v 1.4 2019/11/20 17:18:35 tkusumi Exp $	*/
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: mount_autofs.c,v 1.3 2018/01/23 15:02:03 wiz Exp $");
+__RCSID("$NetBSD: mount_autofs.c,v 1.4 2019/11/20 17:18:35 tkusumi Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -91,7 +91,6 @@ mount_autofs_parseargs(int argc, char *a
 		case 'p':
 			strlcpy(am->master_prefix, optarg, MAXPATHLEN);
 			break;
-			
 		case '?':
 		default:
 			usage();

Reply via email to