Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/atari Correct misleading indentation.
details: https://anonhg.NetBSD.org/src/rev/9cf5f705bc46
branches: trunk
changeset: 818421:9cf5f705bc46
user: maya <maya%NetBSD.org@localhost>
date: Thu Oct 13 06:48:07 2016 +0000
description:
Correct misleading indentation.
While here, remove whitespace.
NFC
diffstat:
sys/arch/atari/atari/le_bus.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 818556fc08c4 -r 9cf5f705bc46 sys/arch/atari/atari/le_bus.c
--- a/sys/arch/atari/atari/le_bus.c Thu Oct 13 06:22:26 2016 +0000
+++ b/sys/arch/atari/atari/le_bus.c Thu Oct 13 06:48:07 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: le_bus.c,v 1.18 2011/07/01 20:34:05 dyoung Exp $ */
+/* $NetBSD: le_bus.c,v 1.19 2016/10/13 06:48:07 maya Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: le_bus.c,v 1.18 2011/07/01 20:34:05 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: le_bus.c,v 1.19 2016/10/13 06:48:07 maya Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -268,10 +268,10 @@
leb_t = storage;
else {
if ((leb_t = malloc(sizeof(*leb_t), M_TEMP, M_NOWAIT)) == NULL)
- return NULL;
+ return NULL;
}
memset(leb_t, 0, sizeof(*leb_t));
-
+
leb_t->abs_p_1 = leb_bus_space_peek_1;
leb_t->abs_p_2 = leb_bus_space_peek_2;
leb_t->abs_p_4 = leb_bus_space_peek_4;
Home |
Main Index |
Thread Index |
Old Index