Make struct CallBack indentation uniform again
authorBenjamin Kaduk <kaduk@mit.edu>
Wed, 19 Mar 2014 16:16:48 +0000 (12:16 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Thu, 20 Mar 2014 18:58:13 +0000 (11:58 -0700)
Align the per-field comments.

Change-Id: Ic9da32851c518b29e110fb80428a1f261bbd9cbf
Reviewed-on: http://gerrit.openafs.org/10929
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

src/viced/callback.h

index 9fe0399..685e042 100644 (file)
@@ -67,8 +67,8 @@ struct CallBack {
     afs_uint32 fhead;          /* index of associated FE */
     u_byte thead;              /* Head of timeout chain */
     u_byte status;             /* Call back status; see definitions, below */
-    u_byte flags;      /* see CBFLAG_* definitions below */
-    u_byte spare;      /* ensure proper alignment */
+    u_byte flags;              /* see CBFLAG_* definitions below */
+    u_byte spare;              /* ensure proper alignment */
     afs_uint32 hhead;          /* Head of host table chain */
     afs_uint32 tprev, tnext;   /* per-timeout circular list of callbacks */
     afs_uint32 hprev, hnext;   /* per-host circular list of callbacks */