From 0a025d4695137f47a671627caac513369853f1f2 Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@orfeo-toolbox.org>
Date: Tue, 22 Jun 2010 16:13:42 +0200
Subject: [PATCH] STYLE

---
 Code/FeatureExtraction/otbScalarImageToTexturesFilter.h   | 4 ++--
 Code/FeatureExtraction/otbScalarImageToTexturesFilter.txx | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Code/FeatureExtraction/otbScalarImageToTexturesFilter.h b/Code/FeatureExtraction/otbScalarImageToTexturesFilter.h
index d754b8bca9..0dd152967c 100644
--- a/Code/FeatureExtraction/otbScalarImageToTexturesFilter.h
+++ b/Code/FeatureExtraction/otbScalarImageToTexturesFilter.h
@@ -15,8 +15,8 @@
  PURPOSE.  See the above copyright notices for more information.
 
  =========================================================================*/
-#ifndef __otb_ScalarImageToTexturesFilter_h
-#define __otb_ScalarImageToTexturesFilter_h
+#ifndef __otbScalarImageToTexturesFilter_h
+#define __otbScalarImageToTexturesFilter_h
 
 #include "itkImageToImageFilter.h"
 
diff --git a/Code/FeatureExtraction/otbScalarImageToTexturesFilter.txx b/Code/FeatureExtraction/otbScalarImageToTexturesFilter.txx
index 5293abf07e..63ce37d029 100644
--- a/Code/FeatureExtraction/otbScalarImageToTexturesFilter.txx
+++ b/Code/FeatureExtraction/otbScalarImageToTexturesFilter.txx
@@ -15,8 +15,8 @@
      PURPOSE.  See the above copyright notices for more information.
 
 =========================================================================*/
-#ifndef __otb_ScalarImageToTexturesFilter_txx
-#define __otb_ScalarImageToTexturesFilter_txx
+#ifndef __otbScalarImageToTexturesFilter_txx
+#define __otbScalarImageToTexturesFilter_txx
 
 #include "otbScalarImageToTexturesFilter.h"
 #include "itkImageRegionIteratorWithIndex.h"
-- 
GitLab