diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-29 01:39:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-29 01:39:39 +0000 |
commit | c7bff66e08ffde51255d8a0f43951f2ccf31af88 (patch) | |
tree | 7f47c4f48ec13e409854cd73f7e0f213f4cbedf2 /bin | |
parent | da9fdf1def5ad53e9d1d884cc2a86ccab9d66aac (diff) |
spacing
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chio/chio.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/chio/chio.c b/bin/chio/chio.c index 5cdb948d9f1..6661f5a3c7d 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: chio.c,v 1.14 2006/05/29 01:35:42 henning Exp $ */ +/* $OpenBSD: chio.c,v 1.15 2006/05/29 01:39:38 deraadt Exp $ */ /* $NetBSD: chio.c,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */ /* @@ -181,10 +181,10 @@ do_move(char *cname, int argc, char *argv[]) ++argv; --argc; if (cmd.cm_fromtype == CHET_DT) { - /* + /* * from unit is a drive - make sure the tape - * in it is unmounted before we attempt to move - * it to avoid errors in "disconnected" type + * in it is unmounted before we attempt to move + * it to avoid errors in "disconnected" type * pickers where the drive is on a seperate target * from the changer. */ |