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 Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/9eb5d687a25b
branches:  trunk
changeset: 936460:9eb5d687a25b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jul 27 16:26:51 2020 +0000

description:
Trailing whitespace

diffstat:

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

diffs (27 lines):

diff -r 9519b6eb39d5 -r 9eb5d687a25b sys/arch/arm/pic/pic.c
--- a/sys/arch/arm/pic/pic.c    Mon Jul 27 15:41:03 2020 +0000
+++ b/sys/arch/arm/pic/pic.c    Mon Jul 27 16:26:51 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pic.c,v 1.56 2020/02/01 12:55:35 riastradh Exp $       */
+/*     $NetBSD: pic.c,v 1.57 2020/07/27 16:26:51 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.56 2020/02/01 12:55:35 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pic.c,v 1.57 2020/07/27 16:26:51 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -692,7 +692,7 @@
        KASSERT((pic->pic_cpus != NULL) == (pic->pic_ops->pic_ipi_send != NULL));
 #endif
        pic_list[slot] = pic;
-       
+
        return irqbase;
 }
 



Home | Main Index | Thread Index | Old Index