Add a newline at end of file.
This commit is contained in:
parent
694848a27b
commit
8b7b39a86f
|
@ -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 @@ sx_read(struct sx_softc *sc, int addr)
|
|||
return bus_space_read_4(sc->sc_tag, sc->sc_regh, addr);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue