Module Name:    src
Committed By:   skrll
Date:           Sun Jan 21 08:39:50 UTC 2024

Modified Files:
        src/sys/arch/riscv/fdt: intc_fdt.c

Log Message:
spaces -> tab


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/fdt/intc_fdt.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/riscv/fdt/intc_fdt.c
diff -u src/sys/arch/riscv/fdt/intc_fdt.c:1.3 src/sys/arch/riscv/fdt/intc_fdt.c:1.4
--- src/sys/arch/riscv/fdt/intc_fdt.c:1.3	Mon Dec 25 13:21:30 2023
+++ src/sys/arch/riscv/fdt/intc_fdt.c	Sun Jan 21 08:39:50 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: intc_fdt.c,v 1.3 2023/12/25 13:21:30 skrll Exp $	*/
+/*	$NetBSD: intc_fdt.c,v 1.4 2024/01/21 08:39:50 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2023 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #include "opt_multiprocessor.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intc_fdt.c,v 1.3 2023/12/25 13:21:30 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intc_fdt.c,v 1.4 2024/01/21 08:39:50 skrll Exp $");
 
 #include <sys/param.h>
 
@@ -313,7 +313,7 @@ intc_attach(device_t parent, device_t se
 	const int phandle = faa->faa_phandle;
 
 	int error = fdtbus_register_interrupt_controller(self, phandle,
-            &intc_fdt_funcs);
+	    &intc_fdt_funcs);
 	if (error) {
 		aprint_error(": couldn't register with fdtbus: %d\n", error);
 		return;

Reply via email to