Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/hppa Whitespace



details:   https://anonhg.NetBSD.org/src/rev/f07d1496e865
branches:  trunk
changeset: 451040:f07d1496e865
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat May 04 13:04:36 2019 +0000

description:
Whitespace

diffstat:

 sys/arch/hppa/hppa/intr.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r d3aeca8302b1 -r f07d1496e865 sys/arch/hppa/hppa/intr.c
--- a/sys/arch/hppa/hppa/intr.c Sat May 04 11:15:49 2019 +0000
+++ b/sys/arch/hppa/hppa/intr.c Sat May 04 13:04:36 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.2 2019/04/15 20:45:08 skrll Exp $   */
+/*     $NetBSD: intr.c,v 1.3 2019/05/04 13:04:36 skrll Exp $   */
 /*     $OpenBSD: intr.c,v 1.27 2009/12/31 12:52:35 jsing Exp $ */
 
 /*
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.2 2019/04/15 20:45:08 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.3 2019/05/04 13:04:36 skrll Exp $");
 
 #define __MUTEX_PRIVATE
 
@@ -502,7 +502,6 @@
                }
        }
 
-
        return pending;
 }
 



Home | Main Index | Thread Index | Old Index