Skip to content
Snippets Groups Projects
Commit 912a4993 authored by Thomas Strebler's avatar Thomas Strebler
Browse files

Fixed compiler warning

parent 784b8665
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,8 @@ std::ostream& InDet::operator <<
MsgStream& InDet::TRT_TrigTrackSegmentsFinder::dump( MsgStream& out ) const
{
out<<std::endl;
if(m_nprint) return dumpevent(out); return dumptools(out);
if(m_nprint) return dumpevent(out);
return dumptools(out);
}
///////////////////////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment