]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Make struct CallBack indentation uniform again
authorBenjamin Kaduk <kaduk@mit.edu>
Wed, 19 Mar 2014 16:16:48 +0000 (12:16 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 26 Mar 2014 20:16:10 +0000 (13:16 -0700)
Align the per-field comments.

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>
(cherry picked from commit cb4ec4e4952b40999013d4f67c0add6bf51ff286)

Change-Id: I9b388d03d9ca3da10eba6010147427b44a88d787
Reviewed-on: http://gerrit.openafs.org/10934
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: D Brashear <shadow@your-file-system.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/viced/callback.h

index a632c39fca7ee89dab9eb983d418d1fab49f91d1..a602d6e5f5ae88a335914b4d39618580698e1a98 100644 (file)
@@ -66,8 +66,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 */