From 4e0dbd07cf1021897210c11a16fd05f207d95b8e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 9 Dec 1999 10:57:00 +1100 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 882915992..4e82bdef6 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]))