Style: remove trailing spaces/tabs.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2020-01-02 22:07:03 +00:00
parent 39eb07f172
commit 8f4d74eb1e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356292

View File

@ -95,7 +95,7 @@ struct umtx_pi {
/* Reference count */
int pi_refcount;
/* List entry to link umtx holding by thread */
/* List entry to link umtx holding by thread */
TAILQ_ENTRY(umtx_pi) pi_link;
/* List entry in hash */
@ -180,7 +180,7 @@ struct umtxq_chain {
TAILQ_HEAD(,umtx_pi) uc_pi_list;
#ifdef UMTX_PROFILING
u_int length;
u_int length;
u_int max_length;
#endif
};