death to trailing whitespace
[openafs.git] / src / afs / afs_osidnlc.h
index fe9f466..d5fae44 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
@@ -13,7 +13,7 @@ struct nc {
     struct nc *next, *prev;
     struct vcache *dirp, *vp;
     unsigned char name[AFSNCNAMESIZE];
-    /* I think that we can avoid wasting a byte for NULL, with a 
+    /* I think that we can avoid wasting a byte for NULL, with a
      * a little bit of thought.
      */
 };