death to trailing whitespace
[openafs.git] / src / aklog / klog.c
index f185619..02cdeaa 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
@@ -92,8 +92,8 @@ main(int argc, char *argv[])
     afs_int32 code;
 #ifdef AFS_AIX32_ENV
     /*
-     * The following signal action for AIX is necessary so that in case of a 
-     * crash (i.e. core is generated) we can include the user's data section 
+     * The following signal action for AIX is necessary so that in case of a
+     * crash (i.e. core is generated) we can include the user's data section
      * in the core dump. Unfortunately, by default, only a partial core is
      * generated which, in many cases, isn't too useful.
      */
@@ -429,7 +429,7 @@ CommandProc(struct cmd_syndesc *as, void *arock)
        KLOGEXIT(code);
     }
     initialize_U_error_table();
-    /*initialize_krb5_error_table();*/ 
+    /*initialize_krb5_error_table();*/
     initialize_RXK_error_table();
     initialize_KTC_error_table();
     initialize_ACFG_error_table();
@@ -591,7 +591,7 @@ CommandProc(struct cmd_syndesc *as, void *arock)
     snprintf (service_temp, sizeof service_temp, "afs/%s", cellconfig->name);
     if (writeTicketFile)
        service = 0;
-    else 
+    else
        service = service_temp;
 
     klog_arg->pp = &pass;