fix-formatting-in-afs-h-20011225
[openafs.git] / src / afs / afs.h
index f3e5a8e..50d7d1f 100644 (file)
@@ -838,21 +838,21 @@ struct afs_fheader {
 struct fcache {
     struct VenusFid fid;       /* Fid for this file */
     afs_int32 modTime;         /* last time this entry was modified */
-    afs_hyper_t versionNo;             /* Associated data version number */
-    afs_int32 chunk;                   /* Relative chunk number */
+    afs_hyper_t versionNo;     /* Associated data version number */
+    afs_int32 chunk;           /* Relative chunk number */
 #if defined(AFS_SGI61_ENV) || defined(AFS_SUN57_64BIT_ENV)
     /* Using ino64_t here so that user level debugging programs compile
      * the size correctly.
      */
-    ino64_t inode;                     /* Unix inode for this chunk */
+    ino64_t inode;             /* Unix inode for this chunk */
 #else
 #if defined(AFS_LINUX_64BIT_KERNEL)
-    long inode;                                /* Unix inode for this chunk */
+    long inode;                        /* Unix inode for this chunk */
 #else
-    afs_int32 inode;                   /* Unix inode for this chunk */
+    afs_int32 inode;           /* Unix inode for this chunk */
 #endif
 #endif
-    afs_int32 chunkBytes;              /* Num bytes in this chunk */
+    afs_int32 chunkBytes;      /* Num bytes in this chunk */
     char states;               /* Has this chunk been modified? */
 };