diff --git a/Applications/Classification/otbTrainMachineLearningImagesClassifier.cxx b/Applications/Classification/otbTrainMachineLearningImagesClassifier.cxx
index d68b2c45d3ec0f08aebbaeeaafe5b63a816642e6..8045a97b2c3bbe3a1ee30bb31a4568c8a519516b 100644
--- a/Applications/Classification/otbTrainMachineLearningImagesClassifier.cxx
+++ b/Applications/Classification/otbTrainMachineLearningImagesClassifier.cxx
@@ -82,10 +82,10 @@ public:
 
   /** Standard macro */
   itkNewMacro(Self)
- ;
+;
 
   itkTypeMacro(TrainMachineLearningImagesClassifier, otb::Application)
- ;
+;
 
   typedef otb::Image<FloatVectorImageType::InternalPixelType, 2> ImageReaderType;
 
diff --git a/Testing/Code/IO/otbImageFileWriterWithExtendedOptionBox.cxx b/Testing/Code/IO/otbImageFileWriterWithExtendedOptionBox.cxx
index eef9c0f72be97a9514ba88b5b38d09e16f31c1d1..9c777437060f6886736ccfab18c9309da83d59b0 100644
--- a/Testing/Code/IO/otbImageFileWriterWithExtendedOptionBox.cxx
+++ b/Testing/Code/IO/otbImageFileWriterWithExtendedOptionBox.cxx
@@ -67,7 +67,7 @@ int otbImageFileWriterWithExtendedOptionBox(int argc, char* argv[])
                          << starty << separator
                          << sizex << separator
                          << sizey
-                      ;
+                     ;
 
   std::cout << "Output image with user defined path " << outputFilenameExtended.str() << std::endl;