]> andersk Git - openssh.git/commitdiff
Whitespace
authordamien <damien>
Wed, 8 Dec 1999 23:57:00 +0000 (23:57 +0000)
committerdamien <damien>
Wed, 8 Dec 1999 23:57:00 +0000 (23:57 +0000)
auth-skey.c

index 55f0780d8217a060d1a9ff6f07ed15e95e70416c..8f4779820d1cd39768f1820128fe2c027ce9a136 100644 (file)
@@ -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]))
This page took 0.048952 seconds and 5 git commands to generate.