Skip to content

Commit 4981c21

Browse files
committed
STYLE: Remove redundant void argument lists
Find and remove redundant void argument lists.
1 parent 6f1a8da commit 4981c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Numerics/Optimizers/AmoebaOptimizer/ExampleCostFunction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ExampleCostFunction2 : public SingleValuedCostFunction
2424
itkTypeMacro(ExampleCostFunction2, SingleValuedCostfunction);
2525

2626
unsigned int
27-
GetNumberOfParameters(void) const override
27+
GetNumberOfParameters() const override
2828
{
2929
return 2;
3030
} // itk::CostFunction

0 commit comments

Comments
 (0)