death to trailing whitespace
[openafs.git] / src / kauth / user_nt.c
index bac627d..8ad01f2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
- * 
+ *
  * This software has been released under the terms of the IBM Public
  * License.  For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
@@ -181,7 +181,7 @@ ka_UserAuthenticateGeneral2(afs_int32 flags, char *name, char *instance,
 /*
  * krb_get_in_tkt()
  *
- * This code is descended from kerberos files krb_get_in_tkt.c and 
+ * This code is descended from kerberos files krb_get_in_tkt.c and
  * send_to_kdc.c, and one.c.
  */
 
@@ -289,7 +289,7 @@ KTEXT pkt_cipher(KTEXT packet);
  */
 
 /*
- * Check_response is a support routine for krb_get_in_tkt. 
+ * Check_response is a support routine for krb_get_in_tkt.
  *
  * Check the response with the supplied key. If the key is apparently
  * wrong, return INTK_BADPW, otherwise zero.