Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/obio Remove stray newline. No binary changes.



details:   https://anonhg.NetBSD.org/src/rev/9108750fac50
branches:  trunk
changeset: 368981:9108750fac50
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Aug 15 11:29:53 2022 +0000

description:
Remove stray newline. No binary changes.

diffstat:

 sys/arch/mac68k/obio/esp.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r f1edd672fedc -r 9108750fac50 sys/arch/mac68k/obio/esp.c
--- a/sys/arch/mac68k/obio/esp.c        Mon Aug 15 11:22:45 2022 +0000
+++ b/sys/arch/mac68k/obio/esp.c        Mon Aug 15 11:29:53 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: esp.c,v 1.62 2022/08/15 11:22:45 rin Exp $     */
+/*     $NetBSD: esp.c,v 1.63 2022/08/15 11:29:53 rin Exp $     */
 
 /*
  * Copyright (c) 1997 Jason R. Thorpe.
@@ -81,7 +81,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esp.c,v 1.62 2022/08/15 11:22:45 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esp.c,v 1.63 2022/08/15 11:29:53 rin Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -1341,4 +1341,3 @@
 
        esc->sc_active = esc->sc_tc = 0;
 }
-



Home | Main Index | Thread Index | Old Index