Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/fdt Spaces to TABs



details:   https://anonhg.NetBSD.org/src/rev/34706956bb9e
branches:  trunk
changeset: 826670:34706956bb9e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Sep 21 19:28:37 2017 +0000

description:
Spaces to TABs

diffstat:

 sys/arch/arm/fdt/arm_fdt.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 3e027a91bd1c -r 34706956bb9e sys/arch/arm/fdt/arm_fdt.c
--- a/sys/arch/arm/fdt/arm_fdt.c        Thu Sep 21 19:28:14 2017 +0000
+++ b/sys/arch/arm/fdt/arm_fdt.c        Thu Sep 21 19:28:37 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: arm_fdt.c,v 1.5 2017/08/24 13:06:23 jmcneill Exp $ */
+/* $NetBSD: arm_fdt.c,v 1.6 2017/09/21 19:28:37 skrll Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
 #include "opt_arm_timer.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: arm_fdt.c,v 1.5 2017/08/24 13:06:23 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arm_fdt.c,v 1.6 2017/09/21 19:28:37 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -173,8 +173,8 @@
        bus_space_map(bst, pa, 0x100, 0, &bsh);
 
        for (int i = 0; i < 0x100; i += 0x10) {
-                printf("%" PRIxPTR ": %08x %08x %08x %08x\n",
-                    (uintptr_t)(pa + i),
+               printf("%" PRIxPTR ": %08x %08x %08x %08x\n",
+                   (uintptr_t)(pa + i),
                    bus_space_read_4(bst, bsh, i + 0),
                    bus_space_read_4(bst, bsh, i + 4),
                    bus_space_read_4(bst, bsh, i + 8),



Home | Main Index | Thread Index | Old Index