From b9b8a98f472aed6c60dd992ad97776eaa188ea9e Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 4 Sep 2009 14:58:05 +0200 Subject: remove spaces within tabs (\t( )+\t) --- src/charon/plugins/eap_mschapv2/eap_mschapv2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/charon/plugins/eap_mschapv2/eap_mschapv2.c') diff --git a/src/charon/plugins/eap_mschapv2/eap_mschapv2.c b/src/charon/plugins/eap_mschapv2/eap_mschapv2.c index 26c6ffcb2..a063eba91 100644 --- a/src/charon/plugins/eap_mschapv2/eap_mschapv2.c +++ b/src/charon/plugins/eap_mschapv2/eap_mschapv2.c @@ -1035,9 +1035,9 @@ static status_t process_server_response(private_eap_mschapv2_t *this, /* FIXME: windows 7 always sends the username that is first entered in * the username box, even, if the user changes it during retries (probably * to keep consistent with the EAP-Identity). - * thus, we could actually fail here, because retries do not make much - * sense. on the other hand, an attacker could guess usernames, if the - * error messages were different. */ + * thus, we could actually fail here, because retries do not make much + * sense. on the other hand, an attacker could guess usernames, if the + * error messages were different. */ userid->destroy(userid); return process_server_retry(this, out); } -- cgit v1.2.3