From b4c14437741789a441a7f023a6b289c8017ff5c4 Mon Sep 17 00:00:00 2001
From: OTB Bot <otbbot@orfeo-toolbox.org>
Date: Fri, 22 Jun 2012 19:58:25 +0200
Subject: [PATCH] STYLE

---
 Applications/Segmentation/otbSegmentation.cxx            | 2 +-
 Code/Common/otbPersistentImageToOGRLayerFilter.txx       | 2 +-
 Examples/Segmentation/StreamingMeanShiftSegmentation.cxx | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Applications/Segmentation/otbSegmentation.cxx b/Applications/Segmentation/otbSegmentation.cxx
index f41aea7a45..b1eda94fa9 100644
--- a/Applications/Segmentation/otbSegmentation.cxx
+++ b/Applications/Segmentation/otbSegmentation.cxx
@@ -407,7 +407,7 @@ private:
       }
 
     if (segModeType == "vector")
-      {      
+      {
       otbAppLogINFO(<<"Large scale segmentation mode which output vector data" << std::endl);
       AddProcess(streamingVectorizedFilter->GetStreamer(), "Computing " + (dynamic_cast <ChoiceParameter *> (this->GetParameterByKey("filter")))->GetChoiceKey(GetParameterInt("filter")) + " segmentation");
 
diff --git a/Code/Common/otbPersistentImageToOGRLayerFilter.txx b/Code/Common/otbPersistentImageToOGRLayerFilter.txx
index 861be71c86..38974c43f5 100644
--- a/Code/Common/otbPersistentImageToOGRLayerFilter.txx
+++ b/Code/Common/otbPersistentImageToOGRLayerFilter.txx
@@ -115,7 +115,7 @@ PersistentImageToOGRLayerFilter<TImage>
 
   // call the processing function for this tile
   OGRDataSourcePointerType currentTileVD = this->ProcessTile();
-  OGRLayerType srcLayer = currentTileVD->GetLayerChecked(0);  
+  OGRLayerType srcLayer = currentTileVD->GetLayerChecked(0);
 
 
   // Check spatial reference matches
diff --git a/Examples/Segmentation/StreamingMeanShiftSegmentation.cxx b/Examples/Segmentation/StreamingMeanShiftSegmentation.cxx
index d7e8433b57..d986cb8947 100644
--- a/Examples/Segmentation/StreamingMeanShiftSegmentation.cxx
+++ b/Examples/Segmentation/StreamingMeanShiftSegmentation.cxx
@@ -216,7 +216,7 @@ int main(int argc, char *argv[])
   //
   // Finally we connect the pipeline
   // Software Guide : EndLatex
-  // Software Guide : BeginCodeSnippet  
+  // Software Guide : BeginCodeSnippet
   filter->SetInput(reader->GetOutput());
   filter->SetInputMask(maskReader->GetOutput());
   filter->SetOGRLayer(ogrLayer);
@@ -257,12 +257,12 @@ int main(int argc, char *argv[])
   fusionFilter->SetOGRLayer(ogrLayer);
   // Software Guide : EndCodeSnippet
   
-  // Software Guide : BeginLatex 
+  // Software Guide : BeginLatex
   // We set the size of the tile used,
   // which may be different from the one we set in the
   // \doxygen{otb}{StreamingVectorizedSegmentation} filter but can be
-  // retrieved using the \code{GetStreamSize()} method.  
-  // Software Guide : EndLatex 
+  // retrieved using the \code{GetStreamSize()} method.
+  // Software Guide : EndLatex
 
   // Software Guide : BeginCodeSnippet
   fusionFilter->SetStreamSize(filter->GetStreamSize());
-- 
GitLab