From 22a9d3ef6d92226ef39282d30559e24728af416b Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Wed, 14 Nov 2012 19:56:55 +0100 Subject: [PATCH] STYLE --- Code/FeatureExtraction/otbRadiometricMomentsImageFunction.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/FeatureExtraction/otbRadiometricMomentsImageFunction.txx b/Code/FeatureExtraction/otbRadiometricMomentsImageFunction.txx index 3062f05404..866d83afd9 100644 --- a/Code/FeatureExtraction/otbRadiometricMomentsImageFunction.txx +++ b/Code/FeatureExtraction/otbRadiometricMomentsImageFunction.txx @@ -83,7 +83,7 @@ RadiometricMomentsImageFunction<TInputImage, TCoordRep> itk::VariableLengthVector<ScalarRealType> tmp(m_Functor(it)); - for (unsigned int i=0; i<4;i++) + for (unsigned int i=0; i<4; i++) { moments[i] = tmp[i]; } -- GitLab