From: Benjamin Kaduk Date: Wed, 19 Mar 2014 16:16:48 +0000 (-0400) Subject: Make struct CallBack indentation uniform again X-Git-Tag: upstream/1.8.0_pre1^2~763 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cb4ec4e4952b40999013d4f67c0add6bf51ff286;p=packages%2Fo%2Fopenafs.git Make struct CallBack indentation uniform again Align the per-field comments. Change-Id: Ic9da32851c518b29e110fb80428a1f261bbd9cbf Reviewed-on: http://gerrit.openafs.org/10929 Tested-by: BuildBot Reviewed-by: Stephan Wiesand Reviewed-by: Jeffrey Altman --- diff --git a/src/viced/callback.h b/src/viced/callback.h index 9fe0399c4..685e04237 100644 --- a/src/viced/callback.h +++ b/src/viced/callback.h @@ -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 */