From 6d0f3ee1c8c2243f9e6d9f0dab6d212be6186199 Mon Sep 17 00:00:00 2001
From: Otmane Lahlou <otmane.lahlou@c-s.fr>
Date: Wed, 8 Sep 2010 18:40:00 +0200
Subject: [PATCH] STYLE

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

diff --git a/Testing/Code/Projections/otbGenericRSResampleImageFilter.cxx b/Testing/Code/Projections/otbGenericRSResampleImageFilter.cxx
index c9f1112fe0..56522f1e86 100644
--- a/Testing/Code/Projections/otbGenericRSResampleImageFilter.cxx
+++ b/Testing/Code/Projections/otbGenericRSResampleImageFilter.cxx
@@ -45,7 +45,7 @@ int otbGenericRSResampleImageFilter(int argc, char* argv[])
   typedef otb::GenericRSResampleImageFilter<ImageType, ImageType, DeformationFieldType> ImageResamplerType;
   typedef ImageResamplerType::OriginType               OriginType;
   typedef ImageResamplerType::SpacingType              SpacingType;
-  typedef otb::ImageFileReader<ImageType>             ReaderType;
+  typedef otb::ImageFileReader<ImageType>              ReaderType;
   
   // SmartPointer instanciation
   ReaderType::Pointer         reader    = ReaderType::New();
-- 
GitLab