Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/hpcarm fix indent.
details: https://anonhg.NetBSD.org/src/rev/0583c73f7b81
branches: trunk
changeset: 754370:0583c73f7b81
user: nonaka <nonaka%NetBSD.org@localhost>
date: Thu Apr 29 04:12:48 2010 +0000
description:
fix indent.
diffstat:
sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r 290687a9ae32 -r 0583c73f7b81 sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c
--- a/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c Thu Apr 29 01:58:51 2010 +0000
+++ b/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c Thu Apr 29 04:12:48 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pxa2x0_hpc_machdep.c,v 1.4 2010/04/29 01:58:51 nonaka Exp $ */
+/* $NetBSD: pxa2x0_hpc_machdep.c,v 1.5 2010/04/29 04:12:48 nonaka Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.4 2010/04/29 01:58:51 nonaka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.5 2010/04/29 04:12:48 nonaka Exp $");
#include "opt_ddb.h"
#include "opt_dram_pages.h"
@@ -266,9 +266,9 @@
ws003sh_cpu_reset(void)
{
- pxa2x0_gpio_set_function(89, GPIO_OUT | GPIO_SET);
- for (;;)
- continue;
+ pxa2x0_gpio_set_function(89, GPIO_OUT | GPIO_SET);
+ for (;;)
+ continue;
}
static struct pxa2x0_gpioconf ws003sh_boarddep_gpioconf[] = {
Home |
Main Index |
Thread Index |
Old Index