reindent-20030715
[openafs.git] / src / afs / afs_axscache.h
index 58c3818..370d3a9 100644 (file)
@@ -26,9 +26,9 @@
  */
 
 struct axscache {
-  afs_int32 uid;             /* most frequently used field, I think */
-  afs_int32 axess;
-  struct axscache * next;
+    afs_int32 uid;             /* most frequently used field, I think */
+    afs_int32 axess;
+    struct axscache *next;
 };
 
 /* DON'T use this with a NULL pointer! 
@@ -47,4 +47,3 @@ struct axscache {
  cachep = ac; }}
 
 #endif
-