Module Name: src
Committed By: mrg
Date: Sat Aug 10 02:32:27 UTC 2019
Modified Files:
src/sys/dev/usb: if_udavreg.h
Log Message:
add a blank line after rcsid(s)
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/usb/if_udavreg.h
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/usb/if_udavreg.h
diff -u src/sys/dev/usb/if_udavreg.h:1.15 src/sys/dev/usb/if_udavreg.h:1.16
--- src/sys/dev/usb/if_udavreg.h:1.15 Wed Aug 7 19:21:48 2019
+++ src/sys/dev/usb/if_udavreg.h Sat Aug 10 02:32:27 2019
@@ -1,5 +1,6 @@
-/* $NetBSD: if_udavreg.h,v 1.15 2019/08/07 19:21:48 skrll Exp $ */
+/* $NetBSD: if_udavreg.h,v 1.16 2019/08/10 02:32:27 mrg Exp $ */
/* $nabe: if_udavreg.h,v 1.2 2003/08/21 16:26:40 nabe Exp $ */
+
/*
* Copyright (c) 2003
* Shingo WATANABE <[email protected]>. All rights reserved.