mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Removed trailing whitespace
This commit is contained in:
parent
716a8dc5b3
commit
930fd6f7a6
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user