From 3a033810cea042bbe9bc5fadb77caa8427cc03b2 Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Tue, 23 Apr 2013 14:44:05 +0200
Subject: [PATCH] STYLE: bad indentation

---
 Code/IO/otbWavelengthSpectralBands.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Code/IO/otbWavelengthSpectralBands.h b/Code/IO/otbWavelengthSpectralBands.h
index 4c26028394..3fc8b86561 100644
--- a/Code/IO/otbWavelengthSpectralBands.h
+++ b/Code/IO/otbWavelengthSpectralBands.h
@@ -47,8 +47,8 @@ public:
   itkNewMacro(Self);
 
   typedef FilterFunctionValues                              FilterFunctionValuesType;
-  typedef ObjectList <FilterFunctionValuesType>           InternalWavelengthSpectralBandListType;
-  typedef InternalWavelengthSpectralBandListType::Pointer        WavelengthSpectralBandListType;
+  typedef ObjectList <FilterFunctionValuesType>             InternalWavelengthSpectralBandListType;
+  typedef InternalWavelengthSpectralBandListType::Pointer   WavelengthSpectralBandListType;
   //typedef std::map <FilterFunctionValuesType>        FilterFunctionValuesMapType;
 
   /** Set the number of bands. */
-- 
GitLab