Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/algor/include White space nit.



details:   https://anonhg.NetBSD.org/src/rev/1969a91a3d26
branches:  trunk
changeset: 569948:1969a91a3d26
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Sep 14 09:00:24 2004 +0000

description:
White space nit.

diffstat:

 sys/arch/algor/include/isa_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 75ec0d2b39e7 -r 1969a91a3d26 sys/arch/algor/include/isa_machdep.h
--- a/sys/arch/algor/include/isa_machdep.h      Tue Sep 14 08:40:26 2004 +0000
+++ b/sys/arch/algor/include/isa_machdep.h      Tue Sep 14 09:00:24 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isa_machdep.h,v 1.2 2003/05/09 23:51:25 fvdl Exp $     */
+/*     $NetBSD: isa_machdep.h,v 1.3 2004/09/14 09:00:24 simonb Exp $   */
 
 /*-
  * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -90,7 +90,7 @@
  */
 #define        isa_attach_hook(p, s, a)                                        \
     (*(a)->iba_ic->ic_attach_hook)((p), (s), (a))
-#define        isa_intr_evcnt(c, i)                                    \
+#define        isa_intr_evcnt(c, i)                                            \
     (*(c)->ic_intr_evcnt)((c)->ic_v, (i))
 #define        isa_intr_establish(c, i, t, l, f, a)                            \
     (*(c)->ic_intr_establish)((c)->ic_v, (i), (t), (l), (f), (a))



Home | Main Index | Thread Index | Old Index