From cb4ec4e4952b40999013d4f67c0add6bf51ff286 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Wed, 19 Mar 2014 12:16:48 -0400 Subject: [PATCH] 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 --- src/viced/callback.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.39.5