From 04958bbc853b95667c8620950491bc7c06c697f1 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Tue, 2 Dec 2008 17:34:54 +0800
Subject: [PATCH] STYLE: indentation

---
 .../FeatureExtraction/otbImageFittingPolygonListFilterNew.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Testing/Code/FeatureExtraction/otbImageFittingPolygonListFilterNew.cxx b/Testing/Code/FeatureExtraction/otbImageFittingPolygonListFilterNew.cxx
index ecc01af651..57d4e64028 100644
--- a/Testing/Code/FeatureExtraction/otbImageFittingPolygonListFilterNew.cxx
+++ b/Testing/Code/FeatureExtraction/otbImageFittingPolygonListFilterNew.cxx
@@ -25,8 +25,8 @@
 int otbImageFittingPolygonListFilterNew(int argc, char * argv[])
 {
   const unsigned int Dimension =2;
-  typedef otb::Polygon<double>                                     PolygonType;
-  typedef otb::Image<double,2> ImageType;
+  typedef otb::Polygon<double>           PolygonType;
+  typedef otb::Image<double,Dimension>   ImageType;
   
   typedef otb::ImageFittingPolygonListFilter<PolygonType,ImageType> FittingPolygonType;
   
-- 
GitLab