diff options
author | 2002-03-19 10:49:35 +0000 | |
---|---|---|
committer | 2002-03-19 10:49:35 +0000 | |
commit | 723233d58a51421379f8d8d56d9fe3c9a429bacd (patch) | |
tree | e3fcad3b4be3d9e12d5273c3bbeca670c5280327 /usr.bin/ssh/key.c | |
parent | whitespace KNF (diff) | |
download | wireguard-openbsd-723233d58a51421379f8d8d56d9fe3c9a429bacd.tar.xz wireguard-openbsd-723233d58a51421379f8d8d56d9fe3c9a429bacd.zip |
KNF whitespace
Diffstat (limited to 'usr.bin/ssh/key.c')
-rw-r--r-- | usr.bin/ssh/key.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/key.c b/usr.bin/ssh/key.c index 51902ea257f..1ce0a87a33b 100644 --- a/usr.bin/ssh/key.c +++ b/usr.bin/ssh/key.c @@ -32,7 +32,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: key.c,v 1.42 2002/03/18 17:23:31 markus Exp $"); +RCSID("$OpenBSD: key.c,v 1.43 2002/03/19 10:49:35 markus Exp $"); #include <openssl/evp.h> @@ -808,7 +808,7 @@ Key * key_demote(Key *k) { Key *pk; - + pk = xmalloc(sizeof(*pk)); pk->type = k->type; pk->flags = k->flags; |