Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/zynq Fix indentation whitespace



details:   https://anonhg.NetBSD.org/src/rev/a432433260f3
branches:  trunk
changeset: 448124:a432433260f3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jan 22 07:51:25 2019 +0000

description:
Fix indentation whitespace

diffstat:

 sys/arch/evbarm/zynq/zynq_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d2828860586e -r a432433260f3 sys/arch/evbarm/zynq/zynq_machdep.c
--- a/sys/arch/evbarm/zynq/zynq_machdep.c       Tue Jan 22 06:46:21 2019 +0000
+++ b/sys/arch/evbarm/zynq/zynq_machdep.c       Tue Jan 22 07:51:25 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zynq_machdep.c,v 1.6 2018/11/03 15:02:32 skrll Exp $   */
+/*     $NetBSD: zynq_machdep.c,v 1.7 2019/01/22 07:51:25 skrll Exp $   */
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zynq_machdep.c,v 1.6 2018/11/03 15:02:32 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zynq_machdep.c,v 1.7 2019/01/22 07:51:25 skrll Exp $");
 
 #include "opt_evbarm_boardtype.h"
 #include "opt_arm_debug.h"
@@ -234,7 +234,7 @@
        }
        for (size_t i = 1; i < arm_cpu_max; i++) {
                if ((arm_cpu_hatched & __BIT(i)) == 0) {
-               printf("%s: warning: cpu%zu failed to hatch\n",
+                       printf("%s: warning: cpu%zu failed to hatch\n",
                            __func__, i);
                }
        }



Home | Main Index | Thread Index | Old Index