Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/ibm4xx white space --> tab



details:   https://anonhg.NetBSD.org/src/rev/3920652b78d7
branches:  trunk
changeset: 949844:3920652b78d7
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jan 18 02:43:27 2021 +0000

description:
white space --> tab

diffstat:

 sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r af469a9c0c7d -r 3920652b78d7 sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c
--- a/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c  Mon Jan 18 02:35:48 2021 +0000
+++ b/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c  Mon Jan 18 02:43:27 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibm4xx_machdep.c,v 1.33 2021/01/06 08:07:36 rin Exp $  */
+/*     $NetBSD: ibm4xx_machdep.c,v 1.34 2021/01/18 02:43:27 rin Exp $  */
 /*     Original: ibm40x_machdep.c,v 1.3 2005/01/17 17:19:36 shige Exp $ */
 
 /*
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ibm4xx_machdep.c,v 1.33 2021/01/06 08:07:36 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ibm4xx_machdep.c,v 1.34 2021/01/18 02:43:27 rin Exp $");
 
 #include "ksyms.h"
 
@@ -208,7 +208,7 @@
         * external interrupt handler install
         */
        if (handler)
-           ibm4xx_install_extint(handler);
+               ibm4xx_install_extint(handler);
 
        /*
         * Now enable translation (and machine checks/recoverable interrupts).



Home | Main Index | Thread Index | Old Index