diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-24 17:06:40 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-24 17:06:40 +0000 |
commit | cde767aa33d227e72aa1754c8551b1b7aaef4cd8 (patch) | |
tree | d436245a1353ddd3055ca1390bc864ab8195588a /sys/crypto | |
parent | 167682b18e26b24a9d46e21fa307217b79738bfd (diff) |
Remove whitespace.
Diffstat (limited to 'sys/crypto')
-rw-r--r-- | sys/crypto/cryptodev.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/crypto/cryptodev.c b/sys/crypto/cryptodev.c index 5dfceb9ff2f..0e08a2c99d2 100644 --- a/sys/crypto/cryptodev.c +++ b/sys/crypto/cryptodev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptodev.c,v 1.19 2001/06/23 22:57:55 angelos Exp $ */ +/* $OpenBSD: cryptodev.c,v 1.20 2001/06/24 17:06:39 angelos Exp $ */ /* * Copyright (c) 2001 Theo de Raadt @@ -416,8 +416,6 @@ cryptodev_cb(void *op) return (0); } - - /* ARGSUSED */ int cryptof_select(fp, which, p) |