summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth-rhosts.c
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2005-07-17 07:17:56 +0000
committerDamien Miller <djm@cvs.openbsd.org>2005-07-17 07:17:56 +0000
commit4d9e1e0e435e81ea226a551c239f86088f4814f0 (patch)
treeaf0f90b799d09c1e7aae6ad522d6edc27aaef403 /usr.bin/ssh/auth-rhosts.c
parentf437a54b8f92fd168212545d732da6323366f937 (diff)
knf says that a 2nd level indent is four (not three or five) spaces
Diffstat (limited to 'usr.bin/ssh/auth-rhosts.c')
-rw-r--r--usr.bin/ssh/auth-rhosts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth-rhosts.c b/usr.bin/ssh/auth-rhosts.c
index 585246e822f..aaba8557e26 100644
--- a/usr.bin/ssh/auth-rhosts.c
+++ b/usr.bin/ssh/auth-rhosts.c
@@ -14,7 +14,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-rhosts.c,v 1.32 2003/11/04 08:54:09 djm Exp $");
+RCSID("$OpenBSD: auth-rhosts.c,v 1.33 2005/07/17 07:17:54 djm Exp $");
#include "packet.h"
#include "uidswap.h"
@@ -133,7 +133,7 @@ check_rhosts_file(const char *filename, const char *hostname,
/* If the entry was negated, deny access. */
if (negated) {
auth_debug_add("Matched negative entry in %.100s.",
- filename);
+ filename);
return 0;
}
/* Accept authentication. */