From 51b8b2aa153bdc01aadbd03cb91f138e0c8364e1 Mon Sep 17 00:00:00 2001
From: Jonathan Guinet <jonathan.guinet@c-s.fr>
Date: Tue, 6 Mar 2012 15:26:53 +0100
Subject: [PATCH] STYLE

---
 Testing/Code/BasicFilters/otbMeanShiftImageFilter2.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Testing/Code/BasicFilters/otbMeanShiftImageFilter2.cxx b/Testing/Code/BasicFilters/otbMeanShiftImageFilter2.cxx
index f217359faf..44c504572e 100644
--- a/Testing/Code/BasicFilters/otbMeanShiftImageFilter2.cxx
+++ b/Testing/Code/BasicFilters/otbMeanShiftImageFilter2.cxx
@@ -45,7 +45,7 @@ int otbMeanShiftImageFilter2(int argc, char * argv[])
   const unsigned int Dimension = 2;
   typedef float                                           PixelType;
   typedef double                                          KernelType;
-  typedef otb::VectorImage<PixelType, Dimension>                ImageType;
+  typedef otb::VectorImage<PixelType, Dimension>          ImageType;
   typedef otb::ImageFileReader<ImageType>                 ReaderType;
   typedef otb::ImageFileWriter<ImageType>                 WriterType;
   typedef otb::MeanShiftImageFilter2<ImageType, ImageType,ImageType,KernelType> FilterType;
-- 
GitLab