Removed trailing whitespace

This commit is contained in:
John Wellbelove 2026-02-17 20:57:56 +00:00
parent 716a8dc5b3
commit 930fd6f7a6

View File

@ -944,7 +944,7 @@ namespace etl
{
TLink* current = &first;
((current->etl_next = &links, static_cast<TLink&>(links).etl_previous = current, current = &links), ...);
return current;
}
@ -1397,7 +1397,7 @@ namespace etl
}
}
}
template <typename TLink>
typename etl::enable_if<etl::is_same<TLink, etl::tree_link<TLink::ID> >::value, void>::type
link_rotate_right(TLink* parent, TLink* leaf)