Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/cats Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/84d0703cfeb0
branches:  trunk
changeset: 371216:84d0703cfeb0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Sep 29 06:46:17 2022 +0000

description:
Trailing whitespace

diffstat:

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

diffs (36 lines):

diff -r ad4f615ff813 -r 84d0703cfeb0 sys/arch/cats/cats/autoconf.c
--- a/sys/arch/cats/cats/autoconf.c     Thu Sep 29 06:42:14 2022 +0000
+++ b/sys/arch/cats/cats/autoconf.c     Thu Sep 29 06:46:17 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.19 2014/04/02 11:35:36 matt Exp $       */
+/*     $NetBSD: autoconf.c,v 1.20 2022/09/29 06:46:17 skrll Exp $      */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.19 2014/04/02 11:35:36 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.20 2022/09/29 06:46:17 skrll Exp $");
 
 #include "opt_md.h"
 
@@ -104,7 +104,7 @@
 set_root_device(void)
 {
        char *ptr;
-            
+
        if (boot_file)
                get_device(boot_file);
        if (boot_args &&
@@ -174,7 +174,7 @@
                 */
                struct pci_attach_args *pa = aux;
                if (((pa)->pa_bus == 0
-                   && (pa)->pa_device == 16 
+                   && (pa)->pa_device == 16
                    && (pa)->pa_function == 0)) {
                        if (prop_dictionary_set_bool(device_properties(dev),
                                                "ali1543-ide-force-compat-mode",



Home | Main Index | Thread Index | Old Index