diff --git a/Code/DisparityMap/otbMulti3DMapToDEMFilter.txx b/Code/DisparityMap/otbMulti3DMapToDEMFilter.txx
index 120cd22f79904dd9846de0e22cd2b447c8fc1d30..c48b3a565583f34a3157e04e1be69cb39a6b8117 100644
--- a/Code/DisparityMap/otbMulti3DMapToDEMFilter.txx
+++ b/Code/DisparityMap/otbMulti3DMapToDEMFilter.txx
@@ -706,7 +706,7 @@ void Multi3DMapToDEMFilter<T3DImage, TMaskImage, TOutputDEMImage>::ThreadedGener
               default:
 
                 itkExceptionMacro(<< "Unexpected value cell fusion mode :"<<this->m_CellFusionMode)
-     ;
+    ;
                 break;
               }
             }
diff --git a/Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx b/Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx
index 1022aaad763115b6786ffd4f52f912849b63577a..4fe46985f56e06e97b0b8ab16cb8107520615142 100644
--- a/Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx
+++ b/Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx
@@ -75,7 +75,7 @@ int main(int argc, char* argv[])
   // Software Guide : EndCodeSnippet
 
   unsigned int inputSeed = 121212;
-  const char* outputModelFileName = argv[1];//argv[5];
+  const char* outputModelFileName = argv[1]; //argv[5];
 
 
   // Software Guide : BeginLatex