Trim spaces at the end of lines.

Reviewed by:	markj, ngie
Sponsored by:	Mellanox Technologies
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D18837
This commit is contained in:
Konstantin Belousov 2019-01-16 05:09:29 +00:00
parent b68d692a3d
commit b87850b96e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343081

View File

@ -840,9 +840,9 @@ sharer(void)
ATF_TP_ADD_TCS(tp)
{
ATF_TP_ADD_TC(tp, msg);
ATF_TP_ADD_TC(tp, sem);
ATF_TP_ADD_TC(tp, shm);
ATF_TP_ADD_TC(tp, msg);
ATF_TP_ADD_TC(tp, sem);
ATF_TP_ADD_TC(tp, shm);
return atf_no_error();
}