summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2009-04-18 14:58:02 +0000
committertsutsui <tsutsui@NetBSD.org>2009-04-18 14:58:02 +0000
commitd779b85d3e27cbc6415031c4446bef314272b7be (patch)
tree5836c2c63744b89d48a9207fb26e15108d8346bb /sys/dev/ofw
parent86340eaa2bc29d659f84a5fcd4ec8e1c545a7e3b (diff)
Remove extra whitespace added by a stupid tool.
XXX: more in src/sys/arch
Diffstat (limited to 'sys/dev/ofw')
-rw-r--r--sys/dev/ofw/ofnet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ofw/ofnet.c b/sys/dev/ofw/ofnet.c
index 864f9bdf39c..93c1a6baefb 100644
--- a/sys/dev/ofw/ofnet.c
+++ b/sys/dev/ofw/ofnet.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ofnet.c,v 1.45 2009/03/20 05:26:37 cegger Exp $ */
+/* $NetBSD: ofnet.c,v 1.46 2009/04/18 14:58:03 tsutsui Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofnet.c,v 1.45 2009/03/20 05:26:37 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofnet.c,v 1.46 2009/04/18 14:58:03 tsutsui Exp $");
#include "ofnet.h"
#include "opt_inet.h"
@@ -340,7 +340,7 @@ ofnet_start(struct ifnet *ifp)
}
for (bufp = buf; (m = m0) != NULL;) {
- memcpy( bufp, mtod(m, char *), m->m_len);
+ memcpy(bufp, mtod(m, char *), m->m_len);
bufp += m->m_len;
MFREE(m, m0);
}