summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2015-05-08 06:41:57 +0000
committerDamien Miller <djm@cvs.openbsd.org>2015-05-08 06:41:57 +0000
commitd3b1efdb2482f900587d108c0440af453debe199 (patch)
tree5807d7fab760d3b6d30848de71779881d5e1095a /usr.bin/ssh
parent3471aff0cdf2f3dfcb5c61ba7e867832d43a8c26 (diff)
whitespace at EOL
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.h b/usr.bin/ssh/auth.h
index b4f93004a4e..07449ad8318 100644
--- a/usr.bin/ssh/auth.h
+++ b/usr.bin/ssh/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.83 2015/05/01 03:23:51 djm Exp $ */
+/* $OpenBSD: auth.h,v 1.84 2015/05/08 06:41:56 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -51,7 +51,7 @@ struct Authctxt {
int valid; /* user exists and is allowed to login */
int attempt;
int failures;
- int server_caused_failure;
+ int server_caused_failure;
int force_pwchange;
char *user; /* username sent by the client */
char *service;