fix whitespace and indentation

This commit is contained in:
ccolin 2022-01-09 17:04:57 +01:00
parent efec18499f
commit b9d5fd3aa7

View File

@ -231,8 +231,8 @@ void transformeeEnDistance(ViewerType& viewer, std::string filename)
* *
*/ */
template<typename Image> template<typename Image>
void randomSeeds(Image &image, const unsigned int nb, const int value) void randomSeeds(Image &image, const unsigned int nb, const int value)
{ {
typename Image::Point p, low = image.domain().lowerBound(); typename Image::Point p, low = image.domain().lowerBound();
typename Image::Vector ext; typename Image::Vector ext;
srand ( time(NULL) ); srand ( time(NULL) );
@ -246,6 +246,6 @@ template<typename Image>
image.setValue(p, value); image.setValue(p, value);
} }
} }
// // // //
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////