Skip to content
Snippets Groups Projects
Commit d9f6ad11 authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent 7f8b1375
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@
int otbVectorDataIntoImageProjectionFilterTest(int argc, char * argv[])
{
typedef float PixelType;
typedef otb::VectorImage<PixelType,2> VectorImageType;
typedef otb::Image<PixelType,2> ImageType;
typedef otb::VectorImage<PixelType, 2> VectorImageType;
typedef otb::Image<PixelType, 2> ImageType;
typedef otb::ImageFileReader<VectorImageType> ReaderType;
// Vector Data
......
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