Module Name:    src
Committed By:   pgoyette
Date:           Wed Feb 28 06:08:14 UTC 2018

Modified Files:
        src/sys/dev/imcsmb: imcsmb.c

Log Message:
Remove extra blank line


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/imcsmb/imcsmb.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/dev/imcsmb/imcsmb.c
diff -u src/sys/dev/imcsmb/imcsmb.c:1.16 src/sys/dev/imcsmb/imcsmb.c:1.17
--- src/sys/dev/imcsmb/imcsmb.c:1.16	Wed Feb 28 05:53:13 2018
+++ src/sys/dev/imcsmb/imcsmb.c	Wed Feb 28 06:08:14 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: imcsmb.c,v 1.16 2018/02/28 05:53:13 pgoyette Exp $/ */
+/* $NetBSD: imcsmb.c,v 1.17 2018/02/28 06:08:14 pgoyette Exp $/ */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -66,8 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imcsmb.c,v 1.16 2018/02/28 05:53:13 pgoyette Exp $");
-
+__KERNEL_RCSID(0, "$NetBSD: imcsmb.c,v 1.17 2018/02/28 06:08:14 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>

Reply via email to