From b108c5b34f53fbda6715ae02a4f957e6097ef9b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <traizetc@cesbio.cnes.fr>
Date: Mon, 19 Jun 2017 11:06:46 +0200
Subject: [PATCH] debug

---
 include/AutoencoderModel.h   | 1 -
 include/AutoencoderModel.txx | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/AutoencoderModel.h b/include/AutoencoderModel.h
index 0ca282afc0..3fd4c44748 100644
--- a/include/AutoencoderModel.h
+++ b/include/AutoencoderModel.h
@@ -3,7 +3,6 @@
 
 #include "DimensionalityReductionModel.h"
 
-
 namespace otb
 {
 template <class TInputValue, class AutoencoderType>
diff --git a/include/AutoencoderModel.txx b/include/AutoencoderModel.txx
index b55b5da7d4..b415e3d1d0 100644
--- a/include/AutoencoderModel.txx
+++ b/include/AutoencoderModel.txx
@@ -26,7 +26,7 @@ AutoencoderModel<TInputValue,AutoencoderType>::AutoencoderModel()
 	this->m_IsDoPredictBatchMultiThreaded = true;
 }
 
-
+   
 template <class TInputValue, class AutoencoderType>
 AutoencoderModel<TInputValue,AutoencoderType>::~AutoencoderModel()
 {
-- 
GitLab