From 59625cbbb44a508cfae7cc2986efb7f77ee4f6e8 Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 8 Dec 1999 23:57:00 +0000 Subject: [PATCH] Whitespace --- auth-skey.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth-skey.c b/auth-skey.c index 55f0780d..8f477982 100644 --- a/auth-skey.c +++ b/auth-skey.c @@ -42,8 +42,8 @@ auth_skey_password(struct passwd * pw, const char *password) /* Fall back to ordinary passwd authentication. */ return -1; } - -+ /* from %OpenBSD: skeylogin.c,v 1.32 1999/08/16 14:46:56 millert Exp % */ + +/* from %OpenBSD: skeylogin.c,v 1.32 1999/08/16 14:46:56 millert Exp % */ #define ROUND(x) (((x)[0] << 24) + (((x)[1]) << 16) + (((x)[2]) << 8) + \ ((x)[3])) -- 2.45.1