diff --git a/Modules/Applications/AppSegmentation/app/otbSmallRegionsMerging.cxx b/Modules/Applications/AppSegmentation/app/otbSmallRegionsMerging.cxx
index 8a4e307febe1e6f93a7d00a694d951ab848157b8..6e49430d0848b4ce0fb725f0daf3c8f529880c49 100644
--- a/Modules/Applications/AppSegmentation/app/otbSmallRegionsMerging.cxx
+++ b/Modules/Applications/AppSegmentation/app/otbSmallRegionsMerging.cxx
@@ -184,7 +184,8 @@ private:
     RegisterPipeline();
 
     Timer.Stop();
-    otbAppLogINFO( "Total elapsed time: "<< float(Timer.GetElapsedMilliseconds())/1000 <<" seconds.");
+    otbAppLogINFO( "Total elapsed time: "<< 
+      float(Timer.GetElapsedMilliseconds())/1000 <<" seconds.");
 
   }