From a23e76c6dcf0fc56df6d971bae2686003c6386fd 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. Reviewed-on: http://gerrit.openafs.org/10929 Tested-by: BuildBot Reviewed-by: Stephan Wiesand Reviewed-by: Jeffrey Altman (cherry picked from commit cb4ec4e4952b40999013d4f67c0add6bf51ff286) Change-Id: I9b388d03d9ca3da10eba6010147427b44a88d787 Reviewed-on: http://gerrit.openafs.org/10934 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: D Brashear Reviewed-by: Stephan Wiesand --- 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 a632c39fc..a602d6e5f 100644 --- a/src/viced/callback.h +++ b/src/viced/callback.h @@ -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 */ -- 2.39.5