diff options
author | 1996-10-20 22:40:32 +0000 | |
---|---|---|
committer | 1996-10-20 22:40:32 +0000 | |
commit | e451933ff7cb54096b88d1aecf3af1d0e67d9eef (patch) | |
tree | 33dcf75c7425eeb1161f874b0d9bc75920bcec42 | |
parent | Deal with recent fsck changes. (diff) | |
download | wireguard-openbsd-e451933ff7cb54096b88d1aecf3af1d0e67d9eef.tar.xz wireguard-openbsd-e451933ff7cb54096b88d1aecf3af1d0e67d9eef.zip |
Spaces -> tabs that were my fault
-rw-r--r-- | sys/arch/arc/arc/machdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/arc/arc/machdep.c b/sys/arch/arc/arc/machdep.c index 93b200a84e9..f96fcf36375 100644 --- a/sys/arch/arc/arc/machdep.c +++ b/sys/arch/arc/arc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.15 1996/09/24 19:37:24 pefo Exp $ */ +/* $OpenBSD: machdep.c,v 1.16 1996/10/20 22:40:32 imp Exp $ */ /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 @@ -38,7 +38,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 8.3 (Berkeley) 1/12/94 - * $Id: machdep.c,v 1.15 1996/09/24 19:37:24 pefo Exp $ + * $Id: machdep.c,v 1.16 1996/10/20 22:40:32 imp Exp $ */ /* from: Utah Hdr: machdep.c 1.63 91/04/24 */ @@ -302,7 +302,7 @@ mips_init(argc, argv, code) break; case DESKSTATION_RPC44: - break; + break; } /* |