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

STYLE

parent 9ad2d242
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ int main(int argc, char *argv[])
pixelIndex[0] = 1; // x position
pixelIndex[1] = 1;
image->SetPixel(pixelIndex,initialValue + 1);
image->SetPixel(pixelIndex, initialValue + 1);
writer->SetInput(image);
writer->SetFileName(filename);
......@@ -81,9 +81,9 @@ int main(int argc, char *argv[])
if (reader->GetOutput()->GetPixel(pixelIndex) != initialValue + 1 )
{
return EXIT_FAILURE;
}
}
else
{
return EXIT_SUCCESS;
}
}
}
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