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:
parent
7de9bd7cd4
commit
b1df0520f7
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user