diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2000-10-11 11:32:08 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2000-10-11 11:32:08 +0000 |
commit | 5a3f5c5a51b5f93c61d1511bc5c5ade62e1e0711 (patch) | |
tree | e8b7a914c2c928b9710d1218a084aa2daaa4ec27 /sys/arch | |
parent | dd485bff222b7e2489457ed806d4fe29619eb415 (diff) |
extraneous tab
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/vax/vax/findcpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/findcpu.c b/sys/arch/vax/vax/findcpu.c index caaa8645e08..2bb46c01bc4 100644 --- a/sys/arch/vax/vax/findcpu.c +++ b/sys/arch/vax/vax/findcpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: findcpu.c,v 1.2 2000/10/10 18:21:28 bjc Exp $ */ +/* $OpenBSD: findcpu.c,v 1.3 2000/10/11 11:32:07 hugh Exp $ */ /* $NetBSD: findcpu.c,v 1.5 1999/08/23 19:10:43 ragge Exp $ */ /* * Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden. @@ -108,7 +108,7 @@ findcpu() case VAX_BTYP_69D: case VAX_BTYP_630: case VAX_BTYP_650: - case VAX_BTYP_1303: + case VAX_BTYP_1303: vax_bustype = VAX_IBUS; break; |