Skip to content

Commit 897ab27

Browse files
committed
STYLE: Add ; at end of macro for consistency
Macros should be written with ; at the end
1 parent 3a6eaee commit 897ab27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Registration/Common/test/itkMattesMutualInformationImageToImageMetricTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ TestMattesMetricWithAffineTransform(TInterpolator * interpolator,
220220
// set the number of histogram bins
221221
itk::SizeValueType numberOfHistogramBins = 50;
222222
metric->SetNumberOfHistogramBins(numberOfHistogramBins);
223-
ITK_TEST_SET_GET_VALUE(numberOfHistogramBins, metric->GetNumberOfHistogramBins())
223+
ITK_TEST_SET_GET_VALUE(numberOfHistogramBins, metric->GetNumberOfHistogramBins());
224224

225225
ITK_TEST_SET_GET_BOOLEAN(metric, UseExplicitPDFDerivatives, useExplicitJointPDFDerivatives);
226226

0 commit comments

Comments
 (0)