diff --git a/Tracking/TrkExtrapolation/TrkExRungeKuttaIntersector/src/RungeKuttaIntersector.cxx b/Tracking/TrkExtrapolation/TrkExRungeKuttaIntersector/src/RungeKuttaIntersector.cxx
index 022ab47d4f78c696c5bcea1bb49da0a7e2148fdf..3206f7acf0cfe724159d1bceaa067b0a96cf147f 100755
--- a/Tracking/TrkExtrapolation/TrkExRungeKuttaIntersector/src/RungeKuttaIntersector.cxx
+++ b/Tracking/TrkExtrapolation/TrkExRungeKuttaIntersector/src/RungeKuttaIntersector.cxx
@@ -119,8 +119,8 @@ RungeKuttaIntersector::finalize()
  			 << " step reductions and" << std::setw(5) << std::setprecision(2)
 			 << norm*static_cast<double>(m_countShortStep)
 			 << " short final steps";
-    }
     msg(MSG::INFO)   << endmsg;
+    }
 
     return StatusCode::SUCCESS;
 }