Skip to content

Commit

Permalink
[ATL] Apply suggestions from code review
Browse files Browse the repository at this point in the history
Probably the whole file should be reformatted later.

Co-authored-by: Katayama Hirofumi MZ <[email protected]>
  • Loading branch information
SigmaTel71 and katahiromz authored Sep 30, 2024
1 parent ffc06e3 commit 2649e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/lib/atl/atlcoll.h
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ POSITION CAtlList<E, ETraits>::AddTail(INARGTYPE element)
return (POSITION)Node;
}

template<typename E, class ETraits>
template <typename E, class ETraits>
void CAtlList<E, ETraits>::AddHeadList(_In_ const CAtlList<E, ETraits>* plNew)
{
ATLASSERT(plNew == NULL);
Expand All @@ -656,7 +656,7 @@ void CAtlList<E, ETraits>::AddHeadList(_In_ const CAtlList<E, ETraits>* plNew)
}
}

template<typename E, class ETraits>
template <typename E, class ETraits>
void CAtlList<E, ETraits>::AddTailList(_In_ const CAtlList<E, ETraits>* plNew)
{
ATLASSERT(plNew == NULL);
Expand Down

0 comments on commit 2649e17

Please sign in to comment.