From 96dd1b33be3ae502fbf39f59d448abeddd6894e6 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 10 Mar 2005 22:01:05 +0000 Subject: spacing --- usr.bin/ssh/monitor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/monitor.c') diff --git a/usr.bin/ssh/monitor.c b/usr.bin/ssh/monitor.c index 1c3c21fca55..1e201ffa469 100644 --- a/usr.bin/ssh/monitor.c +++ b/usr.bin/ssh/monitor.c @@ -25,7 +25,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: monitor.c,v 1.62 2005/01/30 11:18:08 dtucker Exp $"); +RCSID("$OpenBSD: monitor.c,v 1.63 2005/03/10 22:01:05 deraadt Exp $"); #include @@ -772,7 +772,7 @@ mm_answer_keyallowed(int sock, Buffer *m) debug3("%s: key_from_blob: %p", __func__, key); if (key != NULL && authctxt->valid) { - switch(type) { + switch (type) { case MM_USERKEY: allowed = options.pubkey_authentication && user_key_allowed(authctxt->pw, key); -- cgit v1.2.3-59-g8ed1b