Skip to content

Commit

Permalink
STYLE: Remove redundant void argument lists
Browse files Browse the repository at this point in the history
Find and remove redundant void argument lists.
  • Loading branch information
hjmjohnson authored and dzenanz committed Mar 2, 2020
1 parent 5316880 commit aabebdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itkScancoImageIOFactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ScancoImageIOFactory::GetDescription() const
static bool ScancoImageIOFactoryHasBeenRegistered;

void IOScanco_EXPORT
ScancoImageIOFactoryRegister__Private(void)
ScancoImageIOFactoryRegister__Private()
{
if (!ScancoImageIOFactoryHasBeenRegistered)
{
Expand Down

0 comments on commit aabebdb

Please sign in to comment.