summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth-krb5.c
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2021-04-03 06:18:42 +0000
committerDamien Miller <djm@cvs.openbsd.org>2021-04-03 06:18:42 +0000
commit792ecf56e850b5fdb3e578bee39cc83c82a6b131 (patch)
tree90bc121de972827b3498a3d30125ff3108a46cd9 /usr.bin/ssh/auth-krb5.c
parent5110c9e2c5c74b22bed7e40f114b651451f81c15 (diff)
highly polished whitespace, mostly fixing spaces-for-tab and bad
indentation on continuation lines. Prompted by GHPR#185
Diffstat (limited to 'usr.bin/ssh/auth-krb5.c')
-rw-r--r--usr.bin/ssh/auth-krb5.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/auth-krb5.c b/usr.bin/ssh/auth-krb5.c
index a8bc581db06..9d1d3bffa6d 100644
--- a/usr.bin/ssh/auth-krb5.c
+++ b/usr.bin/ssh/auth-krb5.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-krb5.c,v 1.23 2018/07/09 21:35:50 markus Exp $ */
+/* $OpenBSD: auth-krb5.c,v 1.24 2021/04/03 06:18:40 djm Exp $ */
/*
* Kerberos v5 authentication and ticket-passing routines.
*
@@ -82,7 +82,7 @@ auth_krb5_password(Authctxt *authctxt, const char *password)
goto out;
problem = krb5_cc_new_unique(authctxt->krb5_ctx,
- krb5_mcc_ops.prefix, NULL, &ccache);
+ krb5_mcc_ops.prefix, NULL, &ccache);
if (problem)
goto out;
@@ -102,7 +102,7 @@ auth_krb5_password(Authctxt *authctxt, const char *password)
goto out;
problem = krb5_cc_new_unique(authctxt->krb5_ctx,
- krb5_fcc_ops.prefix, NULL, &authctxt->krb5_fwd_ccache);
+ krb5_fcc_ops.prefix, NULL, &authctxt->krb5_fwd_ccache);
if (problem)
goto out;