Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa Whitespace KNF.



details:   https://anonhg.NetBSD.org/src/rev/3d3f7905f73a
branches:  trunk
changeset: 533267:3d3f7905f73a
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Jun 26 09:38:37 2002 +0000

description:
Whitespace KNF.

diffstat:

 sys/dev/isa/vga_isa.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 6c299d3b07cf -r 3d3f7905f73a sys/dev/isa/vga_isa.c
--- a/sys/dev/isa/vga_isa.c     Wed Jun 26 09:33:50 2002 +0000
+++ b/sys/dev/isa/vga_isa.c     Wed Jun 26 09:38:37 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vga_isa.c,v 1.8 2002/06/25 21:07:43 drochner Exp $ */
+/* $NetBSD: vga_isa.c,v 1.9 2002/06/26 09:38:37 simonb Exp $ */
 
 /*
  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vga_isa.c,v 1.8 2002/06/25 21:07:43 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vga_isa.c,v 1.9 2002/06/26 09:38:37 simonb Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -116,12 +116,13 @@
        printf("\n");
 
        vga_common_attach(sc, ia->ia_iot, ia->ia_memt, WSDISPLAY_TYPE_ISAVGA,
-                         0, NULL);
+           0, NULL);
 }
 
 int
 vga_isa_cnattach(iot, memt)
        bus_space_tag_t iot, memt;
 {
+
        return (vga_cnattach(iot, memt, WSDISPLAY_TYPE_ISAVGA, 1));
 }



Home | Main Index | Thread Index | Old Index