diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-04-25 22:19:49 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-04-25 22:19:49 +0000 |
commit | a67fd7e617a8186462bd70a56e53461cf94e06c8 (patch) | |
tree | 46fa9f049d2bd6a890cb84ddb6eaea06a3f9d56f /sys/arch | |
parent | 54701e3e035b78e17d77c7002543a05ff7d84cfb (diff) |
whitespace
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hp300/hp300/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/machdep.c b/sys/arch/hp300/hp300/machdep.c index 8f4cfb7f3b4..c1866dfddde 100644 --- a/sys/arch/hp300/hp300/machdep.c +++ b/sys/arch/hp300/hp300/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.32 1998/04/25 08:27:23 downsj Exp $ */ +/* $OpenBSD: machdep.c,v 1.33 1998/04/25 22:19:48 downsj Exp $ */ /* $NetBSD: machdep.c,v 1.94 1997/06/12 15:46:29 mrg Exp $ */ /* @@ -857,7 +857,7 @@ dumpsys() #ifdef HP300_NEWKVM kcore_seg_t *kseg_p; cpu_kcore_hdr_t *chdr_p; - char dump_hdr[dbtob(1)]; /* XXX assume hdr fits in 1 block */ + char dump_hdr[dbtob(1)]; /* XXX assume hdr fits in 1 block */ #endif /* HP300_NEWKVM */ /* XXX initialized here because of gcc lossage */ |