diff --git a/Code/DisparityMap/otbStereorectificationDeformationFieldSource.txx b/Code/DisparityMap/otbStereorectificationDeformationFieldSource.txx
index 5166da79e8cb2ff5443a99f90f80d37f817d6620..666c57c3d0733ad9ed11529e26c13a3c67470f69 100644
--- a/Code/DisparityMap/otbStereorectificationDeformationFieldSource.txx
+++ b/Code/DisparityMap/otbStereorectificationDeformationFieldSource.txx
@@ -134,7 +134,6 @@ StereorectificationDeformationFieldSource<TInputImage, TOutputImage>
   bool useDEM = false;
 
 
-
   // Set-up a transform to use the DEMHandler
   typedef otb::GenericRSTransform<> RSTransform2DType;
   RSTransform2DType::Pointer leftToGroundTransform = RSTransform2DType::New();