Module Name: src
Committed By: skrll
Date: Thu Sep 29 06:46:17 UTC 2022
Modified Files:
src/sys/arch/cats/cats: autoconf.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/cats/cats/autoconf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/cats/cats/autoconf.c
diff -u src/sys/arch/cats/cats/autoconf.c:1.19 src/sys/arch/cats/cats/autoconf.c:1.20
--- src/sys/arch/cats/cats/autoconf.c:1.19 Wed Apr 2 11:35:36 2014
+++ src/sys/arch/cats/cats/autoconf.c Thu Sep 29 06:46:17 2022
@@ -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 @@ static void
set_root_device(void)
{
char *ptr;
-
+
if (boot_file)
get_device(boot_file);
if (boot_args &&
@@ -174,7 +174,7 @@ device_register(device_t dev, void *aux)
*/
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",