death to trailing whitespace
[openafs.git] / src / auth / writeconfig.c
index 5d2e0d2..4e43f7f 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
@@ -83,7 +83,7 @@ VerifyEntries(struct afsconf_cell *aci)
    */
 
 int
-afsconf_SetCellInfo(struct afsconf_dir *adir, const char *apath, 
+afsconf_SetCellInfo(struct afsconf_dir *adir, const char *apath,
                    struct afsconf_cell *acellInfo)
 {
     afs_int32 code;
@@ -93,8 +93,8 @@ afsconf_SetCellInfo(struct afsconf_dir *adir, const char *apath,
 }
 
 int
-afsconf_SetExtendedCellInfo(struct afsconf_dir *adir, 
-                           const char *apath, 
+afsconf_SetExtendedCellInfo(struct afsconf_dir *adir,
+                           const char *apath,
                            struct afsconf_cell *acellInfo, char clones[])
 {
     afs_int32 code;