death to trailing whitespace
[openafs.git] / src / util / errors.h
index bc16dd6..25f06e6 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
@@ -31,7 +31,7 @@
 
 #define VSALVAGE       101     /* Volume needs salvage */
 #define VNOVNODE       102     /* Bad vnode number quoted */
-#define VNOVOL         103     /* Volume not attached, doesn't exist, 
+#define VNOVOL         103     /* Volume not attached, doesn't exist,
                                 * not created or not online */
 #define VVOLEXISTS     104     /* Volume already exists */
 #define VNOSERVICE     105     /* Volume is not in service (i.e. it's
                                 * propagated to the application level */
 #define VMOVED         111     /* Volume has moved to another server; do a VGetVolumeInfo
                                 * to THIS server to find out where */
-#define VIO            112     /* Vnode temporarily unaccessible, but not known 
+#define VIO            112     /* Vnode temporarily unaccessible, but not known
                                 * to be permanently bad. */
 #define VSALVAGING      113     /* Volume is being salvaged (demand attach fs) */
 #define VRESTRICTED     120    /* Volume is restricted from using one or more
                                 * of the given residencies; do a
                                 * vos examine to find out the current
                                 * restrictions. */
-#define VRESTARTING    -100    /* server is restarting, otherwise similar to 
+#define VRESTARTING    -100    /* server is restarting, otherwise similar to
                                 * VBUSY above.  This is negative so that old
                                 * cache managers treat it as "server is down" */