From c567d26167a52612e0001ce4b327c56c29674fd1 Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Sat, 30 Mar 2013 19:57:59 +0100 Subject: [PATCH] STYLE --- .../otbTrainMachineLearningImagesClassifier.cxx | 4 ++-- Testing/Code/IO/otbImageFileWriterWithExtendedOptionBox.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Applications/Classification/otbTrainMachineLearningImagesClassifier.cxx b/Applications/Classification/otbTrainMachineLearningImagesClassifier.cxx index d68b2c45d3..8045a97b2c 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 eef9c0f72b..9c77743706 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; -- GitLab