Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/dev Add a newline at end of file.



details:   https://anonhg.NetBSD.org/src/rev/5de136ac76ce
branches:  trunk
changeset: 330201:5de136ac76ce
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jun 29 03:57:10 2014 +0000

description:
Add a newline at end of file.

diffstat:

 sys/arch/sparc/dev/sxvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 231cdad3dbc0 -r 5de136ac76ce sys/arch/sparc/dev/sxvar.h
--- a/sys/arch/sparc/dev/sxvar.h        Sun Jun 29 03:44:33 2014 +0000
+++ b/sys/arch/sparc/dev/sxvar.h        Sun Jun 29 03:57:10 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sxvar.h,v 1.2 2014/04/15 10:24:54 macallan Exp $       */
+/*     $NetBSD: sxvar.h,v 1.3 2014/06/29 03:57:10 tsutsui Exp $        */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -51,4 +51,4 @@
        return bus_space_read_4(sc->sc_tag, sc->sc_regh, addr);
 }
 
-#endif
\ No newline at end of file
+#endif



Home | Main Index | Thread Index | Old Index