From 47e260c282640a30def427aa40b06f0e425430c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr> Date: Wed, 19 Sep 2018 11:32:25 +0200 Subject: [PATCH] STYLE : 80 char rule for timer --- .../AppSegmentation/app/otbSmallRegionsMerging.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/Applications/AppSegmentation/app/otbSmallRegionsMerging.cxx b/Modules/Applications/AppSegmentation/app/otbSmallRegionsMerging.cxx index 8a4e307feb..6e49430d08 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."); } -- GitLab