Both after the template name as within the < > spaces are added.
Before:
Guard<bd::RecursiveThreadMutex> guard(m_QueueMutex);
After:
Guard < bd::RecursiveThreadMutex > guard (m_QueueMutex);