Skip to content
Snippets Groups Projects
Commit fda06fc1 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

WRG : add newline at the end of the file

parent 8113d704
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ public:
ClosePathFunctor()
{};
~ClosePathFunctor() {};
virtual ~ClosePathFunctor() {};
inline OutputPathPointerType operator()(const TInput * input)
{
......@@ -74,4 +74,4 @@ public:
}
#endif
\ No newline at end of file
#endif
......@@ -32,4 +32,4 @@ int otbAttributesMapOpeningLabelMapFilterNew(int argc, char * argv[])
OpeningLabelMapFilterType::Pointer AttributesMapOpeningLabelMapFilter = OpeningLabelMapFilterType::New();
return EXIT_SUCCESS;
}
\ No newline at end of file
}
......@@ -35,4 +35,4 @@ int otbLabelObjectToPolygonFunctorNew(int argc, char * argv[])
FunctorType myFunctor ;
return EXIT_SUCCESS;
}
\ No newline at end of file
}
......@@ -34,4 +34,4 @@ int otbShapeAttributesLabelMapFilterNew(int argc, char * argv[])
ShapeLabelMapFilterType::Pointer ShapeLabelMapFilter = ShapeLabelMapFilterType::New();
return EXIT_SUCCESS;
}
\ No newline at end of file
}
......@@ -35,4 +35,4 @@ int otbStatisticsAttributesLabelMapFilterNew(int argc, char * argv[])
StatisticsLabelMapFilterType::Pointer StatisticsAttributesLabelMapFilter = StatisticsLabelMapFilterType::New();
return EXIT_SUCCESS;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment