summaryrefslogtreecommitdiff
path: root/authfd.c
diff options
context:
space:
mode:
authordjm <djm>2003-11-21 12:56:47 +0000
committerdjm <djm>2003-11-21 12:56:47 +0000
commita08f829ee34b6db3b19b8638890e68e7330c707d (patch)
treec02e919ba8a86474a99e3aa99d21454b7675e037 /authfd.c
parent184f11a0f4c6f7fc01a68e91b85ae8934d0a1f13 (diff)
downloadopenssh-a08f829ee34b6db3b19b8638890e68e7330c707d.tar.gz
more whitespace (tabs this time)
Diffstat (limited to 'authfd.c')
-rw-r--r--authfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/authfd.c b/authfd.c
index 6a7c0720..42ca0825 100644
--- a/authfd.c
+++ b/authfd.c
@@ -607,7 +607,7 @@ ssh_update_card(AuthenticationConnection *auth, int add,
buffer_put_char(&msg, type);
buffer_put_cstring(&msg, reader_id);
buffer_put_cstring(&msg, pin);
-
+
if (constrained) {
if (life != 0) {
buffer_put_char(&msg, SSH_AGENT_CONSTRAIN_LIFETIME);