]> andersk Git - openssh.git/blobdiff - auth.c
more whitespace (tabs this time)
[openssh.git] / auth.c
diff --git a/auth.c b/auth.c
index a8cf0ce20b9b193c512ff4a1b95a5527192fb9a4..4b307dab32c4993b56a37f9cba7a8894a4ba9ce5 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -597,7 +597,7 @@ fakepw(void)
        memset(&fake, 0, sizeof(fake));
        fake.pw_name = "NOUSER";
        fake.pw_passwd =
-           "$2a$06$r3.juUaHZDlIbQaO2dS9FuYxL1W9M81R1Tc92PoSNmzvpEqLkLGrK";     
+           "$2a$06$r3.juUaHZDlIbQaO2dS9FuYxL1W9M81R1Tc92PoSNmzvpEqLkLGrK";
        fake.pw_gecos = "NOUSER";
        fake.pw_uid = -1;
        fake.pw_gid = -1;
This page took 0.033439 seconds and 4 git commands to generate.