Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/pic spaces to TAB



details:   https://anonhg.NetBSD.org/src/rev/d61a18f41462
branches:  trunk
changeset: 826671:d61a18f41462
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Sep 21 19:29:14 2017 +0000

description:
spaces to TAB

diffstat:

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

diffs (27 lines):

diff -r 34706956bb9e -r d61a18f41462 sys/arch/arm/pic/pic.c
--- a/sys/arch/arm/pic/pic.c    Thu Sep 21 19:28:37 2017 +0000
+++ b/sys/arch/arm/pic/pic.c    Thu Sep 21 19:29:14 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pic.c,v 1.39 2017/08/29 22:57:05 nisimura Exp $        */
+/*     $NetBSD: pic.c,v 1.40 2017/09/21 19:29:14 skrll Exp $   */
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -33,7 +33,7 @@
 #include "opt_multiprocessor.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pic.c,v 1.39 2017/08/29 22:57:05 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pic.c,v 1.40 2017/09/21 19:29:14 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -287,7 +287,7 @@
        (*pic->pic_ops->pic_block_irqs)(pic, irq_base, pending);
 
        atomic_or_32(ipending, pending);
-        while (pending != 0) {
+       while (pending != 0) {
                int n = ffs(pending);
                if (n-- == 0)
                        break;



Home | Main Index | Thread Index | Old Index