diff --git a/Reconstruction/EventShapes/EventShapeTools/Root/EventDensityTool.cxx b/Reconstruction/EventShapes/EventShapeTools/Root/EventDensityTool.cxx
index e4129aa90ee805325f3769a562a46b21f142aa30..77ece925dfb71d1dc1bd609b3df8c3f10727dd02 100644
--- a/Reconstruction/EventShapes/EventShapeTools/Root/EventDensityTool.cxx
+++ b/Reconstruction/EventShapes/EventShapeTools/Root/EventDensityTool.cxx
@@ -23,7 +23,8 @@ using fastjet::VoronoiAreaSpec;
 
 EventDensityTool::EventDensityTool(const std::string& name)
   : asg::AsgTool(name),
-  m_useAreaFourMom(true),
+  m_useAreaFourMom(true)
+{
   declareProperty("JetAlgorithm",    m_jetalg  = "Kt");
   declareProperty("JetRadius",       m_jetrad  = 0.4);
   declareProperty("AbsRapidityMin",  m_rapmin  = 0.0);