Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/hp300 Remove trailing TABs.



details:   https://anonhg.NetBSD.org/src/rev/2c1f7854c7a0
branches:  trunk
changeset: 761729:2c1f7854c7a0
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Feb 06 14:26:09 2011 +0000

description:
Remove trailing TABs.

diffstat:

 sys/arch/hp300/hp300/trap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6c50aaed5519 -r 2c1f7854c7a0 sys/arch/hp300/hp300/trap.c
--- a/sys/arch/hp300/hp300/trap.c       Sun Feb 06 13:05:19 2011 +0000
+++ b/sys/arch/hp300/hp300/trap.c       Sun Feb 06 14:26:09 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.146 2011/01/17 14:53:42 tsutsui Exp $       */
+/*     $NetBSD: trap.c,v 1.147 2011/02/06 14:26:09 tsutsui Exp $       */
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.146 2011/01/17 14:53:42 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.147 2011/02/06 14:26:09 tsutsui Exp $");
 
 #include "opt_ddb.h"
 #include "opt_execfmt.h"
@@ -367,7 +367,7 @@
                fp->f_stackadj = exframesize[fp->f_format];
                fp->f_format = fp->f_vector = 0;
                fp->f_pc = (int)onfault;
-               fp->f_regs[D0] = rv;            
+               fp->f_regs[D0] = rv;
                return;
 
        case T_BUSERR|T_USER:   /* bus error */



Home | Main Index | Thread Index | Old Index