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 Wrap long line.



details:   https://anonhg.NetBSD.org/src/rev/f2c0daceeeaa
branches:  trunk
changeset: 753334:f2c0daceeeaa
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Mar 22 23:29:11 2010 +0000

description:
Wrap long line.

diffstat:

 sys/arch/hppa/hppa/trap.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 8aa2cf3a59c7 -r f2c0daceeeaa sys/arch/hppa/hppa/trap.c
--- a/sys/arch/hppa/hppa/trap.c Mon Mar 22 23:27:05 2010 +0000
+++ b/sys/arch/hppa/hppa/trap.c Mon Mar 22 23:29:11 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.82 2010/03/22 23:27:05 skrll Exp $  */
+/*     $NetBSD: trap.c,v 1.83 2010/03/22 23:29:11 skrll Exp $  */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.82 2010/03/22 23:27:05 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.83 2010/03/22 23:29:11 skrll Exp $");
 
 /* #define INTRDEBUG */
 /* #define TRAPDEBUG */
@@ -966,8 +966,8 @@
 #ifdef DEBUG
        frame_sanity_check(__func__, __LINE__, type, frame, l);
        if (frame->tf_flags & TFF_LAST && (curlwp->l_flag & LW_IDLE) == 0)
-               frame_sanity_check(__func__, __LINE__, type, curlwp->l_md.md_regs,
-                                  curlwp);
+               frame_sanity_check(__func__, __LINE__, type,
+                   curlwp->l_md.md_regs, curlwp);
 #endif /* DEBUG */
 }
 



Home | Main Index | Thread Index | Old Index