From: djm Date: Fri, 8 May 2015 06:41:56 +0000 (+0000) Subject: whitespace at EOL X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ef581515cd6ae4cd87ff6dd3a67cfcf7854c4e4b;p=openbsd whitespace at EOL --- 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;