diff --git a/include/AutoencoderModel.h b/include/AutoencoderModel.h
index 0ca282afc04d0f9ca2e0b47d4a2e752007676a58..3fd4c44748c2c9b8a4c9bb234c1a464877ebbcb7 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 b55b5da7d4af12dffa4f4cace626ec33130b245d..b415e3d1d07a171f5c3ba0f307331a433ca8c4d8 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()
 {